Issue 764221: add set/getattr interface to tkFont.Font objects (original ) (raw )Created on 2003-07-01 21:21 by reowen , last changed 2022-04-10 16:09 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
tkfontdiffaddsetget
reowen,2003-07-01 21:21
diff -c with 2003-06-30 cvs tkFont.py
Messages (4)
msg44197 - (view)
Author: Russell Owen (reowen)
Date: 2003-07-01 21:21
A simple patch to add the dictionary style get/set attribute interface to tkFont.Font objects. This makes it act like almost all other Tkinter classes. Perhaps best saved for Python 2.4, but it's such a simple change I thought it might squeak by.
msg44198 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2005-03-03 14:57
Logged In: YES user_id=1188172 Patch looks good (a very minor change), so it will be OK to apply.
msg44199 - (view)
Author: Michiel de Hoon (mdehoon) *
Date: 2005-03-27 07:39
Logged In: YES user_id=488897 It looks like this patch has made it into Python 2.4, so can we close this patch?
msg44200 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2005-03-28 19:08
Logged In: YES user_id=21627 Yes, this was committed as part of patch #764217 . Closing as out-of-date.
History
Date
User
Action
Args
2022-04-10 16:09:36
admin
set
github: 38765
2003-07-01 21:21:31
reowen
create