Add credit for r88682.

This commit is contained in:
Antoine Pitrou 2011-02-28 22:06:48 +00:00
parent d6d17c58af
commit 8d0f257211
2 changed files with 3 additions and 1 deletions

View File

@ -326,6 +326,7 @@ Duncan Grisby
Fabian Groffen
Eric Groo
Dag Gruneau
Filip Gruszczyński
Michael Guravage
Lars Gustäbel
Thomas Güttler

View File

@ -37,7 +37,8 @@ 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.
The _thread.error exception is now an alias of RuntimeError. Patch by
Filip Gruszczyński.
- Issue 8594: ftplib now provides a source_address parameter to specify which
(address, port) to bind to before connecting.