commit | 01d9a775fae9f09dc185d2a6d4790adafc303a25 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Mar 23 15:40:36 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Mar 23 15:40:36 2013 -0500 |
tree | 7733199e543f37cc7f153750de1fea5c5ddfec5f | |
parent | 4d7fc3c5ac0d09a83a02cc35788ea1b806866ad9 [diff] [blame] |
group ids and user ids can be longs now (#17531)
diff --git a/Misc/NEWS b/Misc/NEWS index cfa3f64..d9e023f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,7 +9,8 @@ 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