[Python-checkins] r88684 - in python/branches/py3k/Misc: ACKS NEWS

antoine.pitrou python-checkins at python.org
Mon Feb 28 23:06:48 CET 2011


Author: antoine.pitrou
Date: Mon Feb 28 23:06:48 2011
New Revision: 88684

Log:
Add credit for r88682.



Modified:
   python/branches/py3k/Misc/ACKS
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/ACKS
==============================================================================
--- python/branches/py3k/Misc/ACKS	(original)
+++ python/branches/py3k/Misc/ACKS	Mon Feb 28 23:06:48 2011
@@ -326,6 +326,7 @@
 Fabian Groffen
 Eric Groo
 Dag Gruneau
+Filip Gruszczyński
 Michael Guravage
 Lars Gustäbel
 Thomas Güttler

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon Feb 28 23:06:48 2011
@@ -37,7 +37,8 @@
 
 - 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.


More information about the Python-checkins mailing list