[Patches] [ python-Patches-852334 ] Replace backticks with repr()

SourceForge.net noreply at sourceforge.net
Thu Jan 1 02:31:47 EST 2004


Patches item #852334, was opened at 2003-12-01 16:35
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=852334&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Anthony Baxter (anthonybaxter)
Summary: Replace backticks with repr()

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-01-01 02:31

Message:
Logged In: YES 
user_id=80475

Any progress on getting this reviewed?

----------------------------------------------------------------------

Comment By: Walter Dörwald (doerwalter)
Date: 2003-12-01 17:59

Message:
Logged In: YES 
user_id=89016

Updated the patch so that the test suite works again (except
for test_doctest.py)

----------------------------------------------------------------------

Comment By: Walter Dörwald (doerwalter)
Date: 2003-12-01 16:38

Message:
Logged In: YES 
user_id=89016

Oops, uploading the patch didn't work, as it's too big. It
can be found at
http://styx.livinglogic.de/~walter/backticks2repr.txt

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=852334&group_id=5470



More information about the Patches mailing list