summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-01-28 15:56:01 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-01-28 15:56:01 (GMT)
commit4eae07844803880d0b57144708dca8889db511e8 (patch)
tree37c535ace0c05e7db9e25acc95e9c8059d03cbc1 /Misc
parentcda93aafde744df8006950c13e9893f29a747c31 (diff)
downloadcpython-4eae07844803880d0b57144708dca8889db511e8.zip
cpython-4eae07844803880d0b57144708dca8889db511e8.tar.gz
cpython-4eae07844803880d0b57144708dca8889db511e8.tar.bz2
Demos for ttk added.
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 8ae45c9..5866c4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,8 @@ Library
Tools/Demos
-----------
+- Ttk demos added in Demo/tkinter/ttk/
+
- Issue #4677: add two list comprehension tests to pybench.
Build