]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #1224347: int/long unification and hex()
authorRaymond Hettinger <python@rcn.com>
Wed, 29 Jun 2005 23:29:56 +0000 (23:29 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 29 Jun 2005 23:29:56 +0000 (23:29 +0000)
commit3296e696db4e46f63f7a5348ac977b2b0a32ecbc
tree1d3c84dcc09208485d3ecc8e4749fa8bdb2786a1
parentd4128f397dbfe400e34d399d6b4595240b3de546
SF bug #1224347:  int/long unification and hex()

Hex longs now print with lowercase letters like their int counterparts.
Lib/test/test_long.py
Misc/NEWS
Objects/longobject.c
Objects/stringobject.c