From 061c0289af979213984046c0f7570192063ab319 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Wed, 14 Dec 2011 15:06:50 -0800 Subject: [PATCH] Issue #4625: add NEWS entry. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f654d8d93a2..c996499c53e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -93,6 +93,10 @@ Core and Builtins Library ------- +- Issue #4625: If IDLE cannot write to its recent file or breakpoint + files, display a message popup and continue rather than crash. + (original patch by Roger Serwy) + - Issue #5905: time.strftime() is now using the locale encoding, instead of UTF-8, if the wcsftime() function is not available.