]> granicus.if.org Git - python/commitdiff
Remove Python 2.3 compatibility comment.
authorKa-Ping Yee <ping@zesty.ca>
Mon, 19 Jun 2006 22:49:36 +0000 (22:49 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Mon, 19 Jun 2006 22:49:36 +0000 (22:49 +0000)
Lib/uuid.py

index c6a1e3f53be7b7adf156926b65d580f3bfeed677..3b590e84d53181d799b28e01f2d27052c819190e 100644 (file)
@@ -42,8 +42,7 @@ Typical usage:
     # 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@zesty.ca>'
 __date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-')