summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-06-29 23:29:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-06-29 23:29:56 (GMT)
commit3296e696db4e46f63f7a5348ac977b2b0a32ecbc (patch)
tree1d3c84dcc09208485d3ecc8e4749fa8bdb2786a1 /Misc
parentd4128f397dbfe400e34d399d6b4595240b3de546 (diff)
downloadcpython-3296e696db4e46f63f7a5348ac977b2b0a32ecbc.zip
cpython-3296e696db4e46f63f7a5348ac977b2b0a32ecbc.tar.gz
cpython-3296e696db4e46f63f7a5348ac977b2b0a32ecbc.tar.bz2
SF bug #1224347: int/long unification and hex()
Hex longs now print with lowercase letters like their int counterparts.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f1a0c88..8d86efd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- SF bug #1224347: hex longs now print with lowercase letters just
+ like their int counterparts.
+
- SF bug #1163563: the original fix for bug #1010677 ("thread Module
Breaks PyGILState_Ensure()") broke badly in the case of multiple
interpreter states; back out that fix and do a better job (see