This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author soupwizard
Recipients
Date 2001-03-11.05:38:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=170745

I am conviced by the consistency argument - if the standard 
definition of a line continue is literally an escaped 
newline ("\\n"), and white space between the escape and the 
newline isn't valid, then clearly Python's line continue 
should follow the same rules.

I'll just run a preprocessor to tidy up my python code.

On the plus side, I looked at the source code for the first 
time.  Pretty fun.
History
Date User Action Args
2007-08-23 13:53:30adminlinkissue407626 messages
2007-08-23 13:53:30admincreate