Author doerwalter
Recipients
Date 2003-12-01.21:35:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch removes most used of backticks in the
standard library and replaces them with a call to
repr() or uses '%r' in format string. I didn't touch
the email package, the lib-old directory or
test_grammar.py.
History
Date User Action Args
2007-08-23 15:30:11adminlinkissue852334 messages
2007-08-23 15:30:11admincreate