diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-03-13 00:47:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-03-13 00:47:35 (GMT) |
commit | 2b695a4678e184584472f3633a2b56c4f8fc64c5 (patch) | |
tree | 5d151dd8c9b62310f87acbea44e54a326ab95831 /Misc | |
parent | 7b3c975aafc40f09bfd0c39e42153c3a0d086fba (diff) | |
download | cpython-2b695a4678e184584472f3633a2b56c4f8fc64c5.zip cpython-2b695a4678e184584472f3633a2b56c4f8fc64c5.tar.gz cpython-2b695a4678e184584472f3633a2b56c4f8fc64c5.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ Core and Builtins Library ------- +- 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. + - Issue #14104: Implement time.monotonic() on Mac OS X, patch written by Nicholas Riley. |