From 5f2384857468552554bbf9414d1389cf62142ae1 Mon Sep 17 00:00:00 2001 From: Guilherme Polo Date: Wed, 28 Jan 2009 14:41:10 +0000 Subject: 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. ........ --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Misc') 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. -- cgit v1.2.1