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 tim.peters
Recipients
Date 2002-03-22.23:01:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Well, the user can't append an '\n' inplace either.  The 
question is whether we do that for them, or let it blow 
up.  OTOH, codeop.py has a lot of fun <wink> now trying to 
compile as-is, tben with one '\n' tacked on, then with two 
of 'em.  It would take me a long time to figure out exactly 
why it's doing all that, and to guess exactly how it would 
break.
History
Date User Action Args
2007-08-23 13:58:33adminlinkissue501622 messages
2007-08-23 13:58:33admincreate