summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-08 07:35:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-08 07:35:55 (GMT)
commit5361e9a54e76a36a8cae5f01b71edbd4f7543a06 (patch)
tree83f68cb155d93d5be9bd639ce53f42a925519ca3 /Misc
parenta346c092919af0f40b3df992103df9bb43d88331 (diff)
downloadcpython-5361e9a54e76a36a8cae5f01b71edbd4f7543a06.zip
cpython-5361e9a54e76a36a8cae5f01b71edbd4f7543a06.tar.gz
cpython-5361e9a54e76a36a8cae5f01b71edbd4f7543a06.tar.bz2
Patch #1351744: Add askyesnocancel helper for tkMessageBox.
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 b569208..3409c8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,8 @@ Core and builtins
Library
-------
+- Patch #1351744: Add askyesnocancel helper for tkMessageBox.
+
- Patch #1060577: Extract list of RPM files from spec file in
bdist_rpm