summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2006-06-19 22:49:36 (GMT)
committerKa-Ping Yee <ping@zesty.ca>2006-06-19 22:49:36 (GMT)
commit3dbc8916f55cb6093ea056962d49b8215de0501f (patch)
tree8c6f43d7ad8f7a671aaf5e2433a4ee1eedbe2e20 /Lib
parentecd2010951cac5a525a36906bdb803de1f619bb1 (diff)
downloadcpython-3dbc8916f55cb6093ea056962d49b8215de0501f.zip
cpython-3dbc8916f55cb6093ea056962d49b8215de0501f.tar.gz
cpython-3dbc8916f55cb6093ea056962d49b8215de0501f.tar.bz2
Remove Python 2.3 compatibility comment.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/uuid.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/uuid.py b/Lib/uuid.py
index c6a1e3f..3b590e8 100644
--- a/Lib/uuid.py
+++ b/Lib/uuid.py
@@ -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('/', '-')