diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-23 20:40:36 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-23 20:40:36 (GMT) |
commit | 01d9a775fae9f09dc185d2a6d4790adafc303a25 (patch) | |
tree | 7733199e543f37cc7f153750de1fea5c5ddfec5f /Misc/NEWS | |
parent | 4d7fc3c5ac0d09a83a02cc35788ea1b806866ad9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |