summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-01-28 14:41:10 +0000
committerGuilherme Polo <ggpolo@gmail.com>2009-01-28 14:41:10 +0000
commit5f2384857468552554bbf9414d1389cf62142ae1 (patch)
tree6e1e8dc45e86daa3a2df741e55f30a37214a0242 /Misc
parent9844a1ffc3645a431ea9198e52214615e7752de7 (diff)
downloadcpython-git-5f2384857468552554bbf9414d1389cf62142ae1.tar.gz
Merged revisions 69050 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines 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 3fb8ed9111..85df35462c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -144,6 +144,8 @@ Core and Builtins
Library
-------
+- Added the ttk module. See issue #2983: Ttk support for Tkinter.
+
- Removed isSequenceType(), isMappingType, and isNumberType() from the
operator module; use the abstract base classes instead. Also removed
the repeat() function; use mul() instead.