]> granicus.if.org Git - python/commitdiff
Merge: #27522: break unintended cycle in feedparser.
authorR David Murray <rdmurray@bitdance.com>
Sat, 16 Jul 2016 01:30:13 +0000 (21:30 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 16 Jul 2016 01:30:13 +0000 (21:30 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 7320af7891bc9b190436bd3e3c8d8ddcee844973,75ca9b0133c9213b17d53b3a5ce72403349486e3..2bd739088d6f2c965aeaa26b3de65ad923a19e3c
+++ b/Misc/NEWS
@@@ -15,27 -15,6 +15,29 @@@ Core and Builtin
  - Issue #27514: Make having too many statically nested blocks a SyntaxError
    instead of SystemError.
  
 +Library
 +-------
 +
++- Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
++
 +- Issue 27512: Fix a segfault when os.fspath() called a an __fspath__() method
 +  that raised an exception. Patch by Xiang Zhang.
 +
 +Tests
 +-----
 +
 +- Issue #27369: In test_pyexpat, avoid testing an error message detail that
 +  changed in Expat 2.2.0.
 +
 +
 +What's New in Python 3.6.0 alpha 3
 +==================================
 +
 +*Release date: 2016-07-11*
 +
 +Core and Builtins
 +-----------------
 +
  - Issue #27473: Fixed possible integer overflow in bytes and bytearray
    concatenations.  Patch by Xiang Zhang.