summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-12-07 15:28:10 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-12-07 15:28:10 (GMT)
commit10e05e17a3e7657ecdc4c7986d35275d76c6d603 (patch)
treefa8aed305c766c9acae68e250f0ddffb88a7b3da /Misc
parent0499d0b03ac934e767daf2a8170fa27ff4a1e397 (diff)
downloadcpython-10e05e17a3e7657ecdc4c7986d35275d76c6d603.zip
cpython-10e05e17a3e7657ecdc4c7986d35275d76c6d603.tar.gz
cpython-10e05e17a3e7657ecdc4c7986d35275d76c6d603.tar.bz2
Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a8a7f1..52784a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.2 Beta 2?
+================================
+
+*Release date: XXXX-XX-XX*
+
+
+Library
+-------
+
+* Issue #10107: Warn about unsaved files in IDLE on OSX.
+
+
What's New in Python 3.2 Beta 1?
================================