[Python-checkins] r62886 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Thu May 8 21:28:12 CEST 2008


Author: brett.cannon
Date: Thu May  8 21:28:11 2008
New Revision: 62886

Log:
The mutex module has been handled.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu May  8 21:28:11 2008
@@ -462,7 +462,7 @@
   + Undocumented.
   + Never updated to support absolute imports.
 
-* mutex
+* mutex [done: 2.6, 3.0]
 
   + Easy to implement using a semaphore and a queue.
   + Cannot block on a lock attempt.


More information about the Python-checkins mailing list