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 gvanrossum
Recipients
Date 2002-03-23.00:35:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Hm, adding it to builtin_compile isn't enough. We'd have to
add it to exec as well.

I think the lexer and/or parser should take care of this --
just as it should take care of accepting \r as well as \n as
well as \r\n.

Yes, it's hard to find. But there's got to be a way.
History
Date User Action Args
2007-08-23 13:58:33adminlinkissue501622 messages
2007-08-23 13:58:33admincreate