diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Library - Issue #11140: Lock.release() now raises a RuntimeError when attempting to release an unacquired lock, as claimed in the threading documentation. The _thread.error exception is now an alias of RuntimeError. Patch by - Filip GruszczyĆski. + Filip GruszczyĆski. Patch for _dummy_thread by Aymeric Augustin. - Issue 8594: ftplib now provides a source_address parameter to specify which (address, port) to bind to before connecting. |