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

SourceForge.net noreply at sourceforge.net
Mon Dec 1 16:38:43 EST 2003


Patches item #852334, was opened at 2003-12-01 22:35
Message generated for change (Comment added) made by doerwalter
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: Walter Dörwald (doerwalter)
Date: 2003-12-01 22: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