summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-23 16:35:45 -0500
committerBenjamin Peterson <benjamin@python.org>2013-03-23 16:35:45 -0500
commit7e2f197a2bc3d15ff8c504154f48a3c2435c992f (patch)
tree37a7ae3fec9c961e419b75f8ae6d1670057a276b
parentd6138c426ed83a0d6726b4a8f406b7a8722ac345 (diff)
downloadcpython-git-7e2f197a2bc3d15ff8c504154f48a3c2435c992f.tar.gz
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 d9e023fa1f..8a8ec99d43 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