summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-11-19 13:55:07 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-11-19 13:55:07 (GMT)
commita632a75a3e230e83aa3c436bc637760a3658af1e (patch)
tree628be3eb89b368b90b0d42528eedd0d3422fd324 /Misc
parent22d297be51567eb193e792a0da52b93e9a45b9a4 (diff)
downloadcpython-a632a75a3e230e83aa3c436bc637760a3658af1e.zip
cpython-a632a75a3e230e83aa3c436bc637760a3658af1e.tar.gz
cpython-a632a75a3e230e83aa3c436bc637760a3658af1e.tar.bz2
Merged revisions 67283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67283 | martin.v.loewis | 2008-11-19 14:51:44 +0100 (Mi, 19 Nov 2008) | 1 line Issue #4289: Remove Cancel button from AdvancedDlg. ........
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 9882957..27160b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Library
Build
-----
+- Issue #4289: Remove Cancel button from AdvancedDlg.
+
- Issue #1656675: Register a drop handler for .py* files on Windows.
Tools/Demos