http://hg.python.org/cpython/rev/47388fd56b9f changeset: 82930:47388fd56b9f branch: 2.7 parent: 82928:febd3218bbc7 parent: 82929:87d266988905 user: Benjamin Peterson <benjamin at python.org> date: Sat Mar 23 16:35:57 2013 -0500 summary: merge 2.7.4 release branch files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -22,7 +22,7 @@ ------- - 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 -- Repository URL: http://hg.python.org/cpython