diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-23 21:35:45 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-23 21:35:45 (GMT) |
commit | 7e2f197a2bc3d15ff8c504154f48a3c2435c992f (patch) | |
tree | 37a7ae3fec9c961e419b75f8ae6d1670057a276b | |
parent | d6138c426ed83a0d6726b4a8f406b7a8722ac345 (diff) | |
download | cpython-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.zip cpython-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.tar.gz cpython-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.tar.bz2 |
update NEWS for #17531
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Library ------- - Issue #17531: Fix tests that thought group and user ids were always the int - type. + type. Also, always allow -1 as a valid group and user id. What's New in Python 2.7.4 release candidate 1 |