commit | 01801d1f088ca95c06a976dcd822d390d74b47d2 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Nov 27 14:03:36 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Nov 27 14:03:36 2009 +0000 |
tree | 8f4c0c49f45593d3c48d0476a129620d9d330c64 | |
parent | 50ea4565bd7805d7368b9278536f58c870313e92 [diff] [blame] |
Issue #7403: Fixed possible race condition in lock creation.
diff --git a/Misc/NEWS b/Misc/NEWS index 449cc2b..e915e29 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -483,6 +483,8 @@ 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.