commit | f5f1fe0cb5dedf37098622de318656003dc5230d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Feb 15 02:42:46 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Feb 15 02:42:46 2012 +0100 |
tree | f86c8e3abc437c9d409fe2caba69d4dc003f50a3 | |
parent | 71135624d81fac63a1684d5cf31932652f9250ff [diff] [blame] |
Issue #13015: Fix a possible reference leak in defaultdict.__repr__. Patch by Suman Saha.
diff --git a/Misc/NEWS b/Misc/NEWS index 06ce404..0ef337c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -113,6 +113,9 @@ Library ------- +- Issue #13015: Fix a possible reference leak in defaultdict.__repr__. + Patch by Suman Saha. + - Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack.