[Python-checkins] r47002 - peps/trunk/pep-0291.txt

george.yoshida python-checkins at python.org
Sat Jun 17 17:58:49 CEST 2006


Author: george.yoshida
Date: Sat Jun 17 17:58:47 2006
New Revision: 47002

Modified:
   peps/trunk/pep-0291.txt
Log:
Add uuid information.

uuid.py states that:
  This module works with Python 2.3 or higher.


Modified: peps/trunk/pep-0291.txt
==============================================================================
--- peps/trunk/pep-0291.txt	(original)
+++ peps/trunk/pep-0291.txt	Sat Jun 17 17:58:47 2006
@@ -98,6 +98,7 @@
     pybench            Marc-Andre Lemburg          1.5.2         [3]
     sre                Fredrik Lundh               2.1
     subprocess         Peter Astrand               2.2
+    uuid               Ka-Ping Yee                 2.3
     wsgiref            Phillip J. Eby              2.1
     xml (PyXML)        Martin v. Loewis            2.0
     xmlrpclib          Fredrik Lundh               2.1


More information about the Python-checkins mailing list