summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-23 20:40:36 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-23 20:40:36 (GMT)
commit01d9a775fae9f09dc185d2a6d4790adafc303a25 (patch)
tree7733199e543f37cc7f153750de1fea5c5ddfec5f /Misc/NEWS
parent4d7fc3c5ac0d09a83a02cc35788ea1b806866ad9 (diff)
downloadcpython-01d9a775fae9f09dc185d2a6d4790adafc303a25.zip
cpython-01d9a775fae9f09dc185d2a6d4790adafc303a25.tar.gz
cpython-01d9a775fae9f09dc185d2a6d4790adafc303a25.tar.bz2
group ids and user ids can be longs now (#17531)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cfa3f64..d9e023f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,7 +9,8 @@ What's New in Python 2.7.4?
Library
-------
-- Issue #17531: Return group and user ids as int instead long when possible.
+- Issue #17531: Fix tests that thought group and user ids were always the int
+ type.
What's New in Python 2.7.4 release candidate 1