summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-01-28 13:09:03 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-01-28 13:09:03 (GMT)
commitcda93aafde744df8006950c13e9893f29a747c31 (patch)
tree60e69e4b467f4c3e92cee15cba3a62916c362c8c /Misc
parentfd0107fdf9e3ef5bfc77010fa3d8f44e1f28441f (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2fe1082..8ae45c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.