Commit e2411323 authored by Ka-Ping Yee's avatar Ka-Ping Yee

Remove Python 2.3 compatibility comment.

parent e186b750
...@@ -42,8 +42,7 @@ Typical usage: ...@@ -42,8 +42,7 @@ Typical usage:
# make a UUID from a 16-byte string # make a UUID from a 16-byte string
>>> uuid.UUID(bytes=x.bytes) >>> uuid.UUID(bytes=x.bytes)
UUID('00010203-0405-0607-0809-0a0b0c0d0e0f') UUID('00010203-0405-0607-0809-0a0b0c0d0e0f')
"""
This module works with Python 2.3 or higher."""
__author__ = 'Ka-Ping Yee <ping@zesty.ca>' __author__ = 'Ka-Ping Yee <ping@zesty.ca>'
__date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-') __date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment