From: Ka-Ping Yee Date: Mon, 19 Jun 2006 22:49:36 +0000 (+0000) Subject: Remove Python 2.3 compatibility comment. X-Git-Tag: v2.5b1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dbc8916f55cb6093ea056962d49b8215de0501f;p=python Remove Python 2.3 compatibility comment. --- diff --git a/Lib/uuid.py b/Lib/uuid.py index c6a1e3f53b..3b590e84d5 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 ' __date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-')