Re: [Python-3000] updated PEP3126: Remove Implicit String Concatenation

2007-05-07 Thread Guido van Rossum
Committed revision 55172. For the record, I'm more and more -1 on this (and on its companion to remove \ line continuation). These seem pretty harmless features that serve a purpose; those of us who don't like them can avoid them. --Guido On 5/7/07, Jim Jewett <[EMAIL PROTECTED]> wrote: > Rewrit

[Python-3000] updated PEP3126: Remove Implicit String Concatenation

2007-05-07 Thread Jim Jewett
Rewritten -- please tell me if there are any concerns I have missed. And of course, please tell me if you have a suggestion for the open issue -- how to better support external internationalization tools, or at least xgettext in particular. -jJ --- PEP: 3126 Titl