[Python-checkins] cpython: Issue #18408: Mention changes in Misc/NEWS

victor.stinner python-checkins at python.org
Wed Jul 17 01:10:21 CEST 2013


http://hg.python.org/cpython/rev/1872555a2f4e
changeset:   84683:1872555a2f4e
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Jul 17 01:10:04 2013 +0200
summary:
  Issue #18408: Mention changes in Misc/NEWS

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #18408: Fix many various bugs in code handling errors, especially
+  on memory allocation failure (MemoryError).
+
 - Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
 
 - Issue #18342: Use the repr of a module name when an import fails when using

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list