summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-11-27 14:03:36 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-11-27 14:03:36 (GMT)
commit03f6c11f07f7f7163186c7f8cb9da086ba703162 (patch)
tree719c6643dee031138eb5532db69fb3bba044398d /Misc
parent608eb2d43dc8500a86efc0e82c84727d3ce444a4 (diff)
downloadcpython-03f6c11f07f7f7163186c7f8cb9da086ba703162.zip
cpython-03f6c11f07f7f7163186c7f8cb9da086ba703162.tar.gz
cpython-03f6c11f07f7f7163186c7f8cb9da086ba703162.tar.bz2
Issue #7403: 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 724c97e..1cff0b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,8 @@ C-API
Library
-------
+- Issue #7403: logging: Fixed possible race condition in lock creation.
+
- Issue #6845: Add restart support for binary upload in ftplib. The
`storbinary()` method of FTP and FTP_TLS objects gains an optional `rest`
argument. Patch by Pablo Mouzo.