Issue 1524429: Var-default patch undid part of backtick to repr() patch (original) (raw)

Issue1524429

Created on 2006-07-18 11:08 by pysquared, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Tkinter.py-repr.diff pysquared,2006-07-18 11:08
Messages (2)
msg50707 - (view) Author: Graham Horler (pysquared) Date: 2006-07-18 11:08
Patch #763580, rev 46998 (Add name and value arguments to Tkinter variable classes) backed out a change made by patch #852334, rev 35267 (Replace backticks with repr() or "%r") by mistake. This patch re-replaces one instance of the persistent little backticks with repr().
msg50708 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-07-18 17:48
Logged In: YES user_id=21627 Thanks for the patch. Committed as 50704
History
Date User Action Args
2022-04-11 14:56:18 admin set github: 43686
2006-07-18 11:08:57 pysquared create