Greg Ewing wrote: > Barry Warsaw wrote: >> Here i disagree. $-strings are so familiar to people coming from other >> languages that they instantly "get it". > > > I'm more interested in long-term readability > and maintainability than in pandering to one-off > impressions when coming from another language.
$-based substitution is very common. Like most languages, Python uses () for calling functions, it uses keywords like "while" and "if", etc. It's okay to use the normal form; tweaking some detail off the norm because it seems slightly more compact or concise seems questionable to me. Using {} instead of $/${} doesn't seem like a big win. -- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com