]> granicus.if.org Git - python/commitdiff
Add credit for r88682.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Feb 2011 22:06:48 +0000 (22:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 Feb 2011 22:06:48 +0000 (22:06 +0000)
Misc/ACKS
Misc/NEWS

index 8066ebcc16bd8bbcf52539660140f9a078c5a0fa..f2b15d3f5e21c77ed8e1f05fca3bec9640b3ac8d 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -326,6 +326,7 @@ Duncan Grisby
 Fabian Groffen
 Eric Groo
 Dag Gruneau
+Filip Gruszczyński
 Michael Guravage
 Lars Gustäbel
 Thomas Güttler
index a7f162d4be0f2be67d1ed94efc9ef9aa108fb3e4..19400c8fbac5290c4258a51745379bb26e141c63 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.