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: grahamh, loewis (2)
Priority: normal Keywords patch

Created on 2006-07-18 11:08 by grahamh, last changed 2006-07-18 17:48 by loewis.

Files
File name Uploaded Description Edit Remove
Tkinter.py-repr.diff grahamh, 2006-07-18 11:08
Messages (2)
msg50707 - (view) Author: Graham Horler (grahamh) 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) Date: 2006-07-18 17:48
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as 50704
History
Date User Action Args
2006-07-18 11:08:57grahamhcreate