commit | 10e05e17a3e7657ecdc4c7986d35275d76c6d603 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Dec 07 15:28:10 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Dec 07 15:28:10 2010 +0000 |
tree | fa8aed305c766c9acae68e250f0ddffb88a7b3da | |
parent | 0499d0b03ac934e767daf2a8170fa27ff4a1e397 [diff] |
Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
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? ================================