diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-01-28 13:09:03 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-01-28 13:09:03 (GMT) |
commit | cda93aafde744df8006950c13e9893f29a747c31 (patch) | |
tree | 60e69e4b467f4c3e92cee15cba3a62916c362c8c /Misc/NEWS | |
parent | fd0107fdf9e3ef5bfc77010fa3d8f44e1f28441f (diff) | |
download | cpython-cda93aafde744df8006950c13e9893f29a747c31.zip cpython-cda93aafde744df8006950c13e9893f29a747c31.tar.gz cpython-cda93aafde744df8006950c13e9893f29a747c31.tar.bz2 |
Added the ttk module. See issue #2983: Ttk support for Tkinter.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,8 @@ Core and Builtins Library ------- +- Added the ttk module. See issue #2983: Ttk support for Tkinter. + - Issue 5021: doctest.testfile() did not create __name__ and collections.namedtuple() relied on __name__ being defined. |