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-06-06.01:37:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

+1.  But before you check it in, watch out -- looks like the
patch is older than current CVS, and it is missing a number
of improvements that Raymond Hettinger checked in.

Hm, what's this?

self.stdout.write('*** Unknown syntax: %s
(%s)\n'%(str(line),repr(line)))

Why write the contents of the line twice?

It also looks like the patch is a reverse diff.
History
Date User Action Args
2007-08-23 15:13:19adminlinkissue558544 messages
2007-08-23 15:13:19admincreate