]> granicus.if.org Git - python/commit
Issue #1178863: Separate initialisation from setting when initializing
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 13 Mar 2012 00:47:35 +0000 (17:47 -0700)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 13 Mar 2012 00:47:35 +0000 (17:47 -0700)
commit2b695a4678e184584472f3633a2b56c4f8fc64c5
tree5d151dd8c9b62310f87acbea44e54a326ab95831
parent7b3c975aafc40f09bfd0c39e42153c3a0d086fba
Issue #1178863: Separate initialisation from setting when initializing
Tkinter.Variables; harmonize exceptions to ValueError; only delete variables
that have not been deleted; assert that variable names are strings
Patch by Andrew Svetlov.
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_variables.py [new file with mode: 0644]
Misc/NEWS