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.

classification
Title: Var-default patch undid part of backtick to repr() patch
Type: Stage:
Components: Tkinter Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, pysquared
Priority: normal Keywords: patch

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:18adminsetgithub: 43686
2006-07-18 11:08:57pysquaredcreate