summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-11-27 15:34:35 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-11-27 15:34:35 (GMT)
commitb9c85c156b0b8faf4c090872bed22a868447b785 (patch)
tree6505c555a8efe6b376748aa5dc8937fb086f3fc0 /Misc
parent4c9c260c1a8222d5ecb060e4535910c8cfde0dbd (diff)
downloadcpython-b9c85c156b0b8faf4c090872bed22a868447b785.zip
cpython-b9c85c156b0b8faf4c090872bed22a868447b785.tar.gz
cpython-b9c85c156b0b8faf4c090872bed22a868447b785.tar.bz2
Issue #7403: logging: Fixed possible race condition in lock creation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fff00dd..9659f1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and builtins
Library
-------
+- Issue #7403: logging: Fixed possible race condition in lock creation.
+
- Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
forever on incomplete input. That caused tarfile.open() to hang when used
with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or