From: Benjamin Peterson Date: Sat, 23 Mar 2013 21:35:45 +0000 (-0500) Subject: update NEWS for #17531 X-Git-Tag: v2.7.4~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e2f197a2bc3d15ff8c504154f48a3c2435c992f;p=thirdparty%2FPython%2Fcpython.git update NEWS for #17531 --- diff --git a/Misc/NEWS b/Misc/NEWS index d9e023fa1f3e..8a8ec99d43b5 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