summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-23 21:35:45 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-23 21:35:45 (GMT)
commit7e2f197a2bc3d15ff8c504154f48a3c2435c992f (patch)
tree37a7ae3fec9c961e419b75f8ae6d1670057a276b
parentd6138c426ed83a0d6726b4a8f406b7a8722ac345 (diff)
downloadcpython-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.zip
cpython-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.tar.gz
cpython-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.tar.bz2
update NEWS for #17531
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d9e023f..8a8ec99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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