Commit 4b5c77fc authored by Jeremy Hylton's avatar Jeremy Hylton

Compare to version_info, not version as noted by Greg Ward.

parent 623078ff
...@@ -19,7 +19,7 @@ from struct import pack, unpack ...@@ -19,7 +19,7 @@ from struct import pack, unpack
z64 = '\0'*8 z64 = '\0'*8
if sys.version >= (2, 2): if sys.version_info >= (2, 2):
# Note that the distinction between ints and longs is blurred in # Note that the distinction between ints and longs is blurred in
# Python 2.2. So make u64() and U64() the same. # Python 2.2. So make u64() and U64() the same.
......
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