[Python-checkins] r47032 - python/trunk/Lib/uuid.py

ka-ping.yee python-checkins at python.org
Tue Jun 20 00:49:37 CEST 2006


Author: ka-ping.yee
Date: Tue Jun 20 00:49:36 2006
New Revision: 47032

Modified:
   python/trunk/Lib/uuid.py
Log:
Remove Python 2.3 compatibility comment.


Modified: python/trunk/Lib/uuid.py
==============================================================================
--- python/trunk/Lib/uuid.py	(original)
+++ python/trunk/Lib/uuid.py	Tue Jun 20 00:49:36 2006
@@ -42,8 +42,7 @@
     # make a UUID from a 16-byte string
     >>> uuid.UUID(bytes=x.bytes)
     UUID('00010203-0405-0607-0809-0a0b0c0d0e0f')
-
-This module works with Python 2.3 or higher."""
+"""
 
 __author__ = 'Ka-Ping Yee <ping at zesty.ca>'
 __date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-')


More information about the Python-checkins mailing list