[Python-checkins] r42679 - peps/trunk/pep-3000.txt

guido.van.rossum python-checkins at python.org
Tue Feb 28 21:56:18 CET 2006


Author: guido.van.rossum
Date: Tue Feb 28 21:56:18 2006
New Revision: 42679

Modified:
   peps/trunk/pep-3000.txt
Log:
Mention dropping aquire_lock as an alias for acquire, etc.


Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Tue Feb 28 21:56:18 2006
@@ -170,6 +170,10 @@
   of the exception [2]_ [13]_ [17]_
 * ``array.read``, ``array.write`` [17]_
 * ``operator.isCallable``, ``operator.sequenceIncludes`` [17]_
+* In the thread module, the aquire_lock() and release_lock() aliases
+  for the acquire() and release() methods on lock objects.
+  (Probably also just remove the thread module as a public API,
+  in favor of always using threading.py.)
 
 References
 ==========


More information about the Python-checkins mailing list