summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-11-25 09:03:30 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-11-25 09:03:30 (GMT)
commitc470d68d3980e2f6922441a5c97945679445fc3f (patch)
treeaf683395c0a2dfd455d7aa9cba5311d7d1e5ddbf /Misc
parent889d96455a617edcc02204299cae4e0bb41761ec (diff)
downloadcpython-c470d68d3980e2f6922441a5c97945679445fc3f.zip
cpython-c470d68d3980e2f6922441a5c97945679445fc3f.tar.gz
cpython-c470d68d3980e2f6922441a5c97945679445fc3f.tar.bz2
Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d582e39..b9a16ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -483,12 +483,14 @@ Core and Builtins
Library
-------
+- Issue #6615: logging: Used weakrefs in internal handler list.
+
- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
- Issue #6123: tarfile now opens empty archives correctly and consistently
raises ReadError on empty files.
-- Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
+- Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
be 2.
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
@@ -563,7 +565,7 @@ Library
- Issue #7071: byte-compilation in Distutils is now done with respect to
sys.dont_write_bytecode.
-- Issue #7066: archive_util.make_archive now restores the cwd if an error is
+- Issue #7066: archive_util.make_archive now restores the cwd if an error is
raised. Initial patch by Ezio Melotti.
- Issue #6218: io.StringIO and io.BytesIO instances are now picklable with