]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 May 2015 11:00:04 +0000 (14:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 May 2015 11:00:04 +0000 (14:00 +0300)
commit645058d11a0ce6616d93cce692bb1378e61efb80
tree16ce60bf4c02ce722c8873bcf8975d0aea1e2030
parent008d88b46218ea618455c89cba74132be223c1a4
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Tkinter's getdouble() now supports any numbers (in particular int).
Lib/idlelib/CodeContext.py
Lib/test/test_tcl.py
Lib/tkinter/__init__.py
Lib/tkinter/font.py
Lib/tkinter/simpledialog.py
Lib/tkinter/test/test_tkinter/test_variables.py
Lib/tkinter/test/test_ttk/test_extensions.py
Misc/NEWS
Modules/_tkinter.c