]> granicus.if.org Git - python/commitdiff
Issue #4625: Add NEWS entry.
authorNed Deily <nad@acm.org>
Wed, 14 Dec 2011 23:14:52 +0000 (15:14 -0800)
committerNed Deily <nad@acm.org>
Wed, 14 Dec 2011 23:14:52 +0000 (15:14 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index a0685d6f23e8aee5e196df0b1a0aad780ef506f4,c996499c53e2243f363e2a46d46cfe3866ea0ea9..d757e8407d87c8620dcd385cf003c92d5a97c190
+++ b/Misc/NEWS
@@@ -409,21 -93,9 +409,25 @@@ Core and Builtin
  Library
  -------
  
 -  (original patch by Roger Serwy)
+ - 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 #13449 sched.scheduler.run() method has a new "blocking" parameter which
 +  when set to False makes run() execute the scheduled events due to expire
 +  soonest (if any) and then return.  Patch by Giampaolo RodolĂ .
 +
 +- Issue #8684 sched.scheduler class can be safely used in multi-threaded
 +  environments.  Patch by Josiah Carlson and Giampaolo RodolĂ .
 +
 +- Alias resource.error to OSError ala PEP 3151.
 +
 +- Issue #5689: Add support for lzma compression to the tarfile module.
 +
 +- Issue #13248: Turn 3.2's PendingDeprecationWarning into 3.3's
 +  DeprecationWarning.  It covers 'cgi.escape', 'importlib.abc.PyLoader',
 +  'importlib.abc.PyPycLoader', 'nntplib.NNTP.xgtitle', 'nntplib.NNTP.xpath',
 +  and private attributes of 'smtpd.SMTPChannel'.
  
  - Issue #5905: time.strftime() is now using the locale encoding, instead of
    UTF-8, if the wcsftime() function is not available.