commit | da5c2a064699c657b69e11aaab0eca8d743dd7ed | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 12 09:27:53 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 12 09:27:53 2013 +0200 |
tree | 03091e586fad8bdfeb0fd966379e9bb7d30416b0 | |
parent | 083c0aac32b5edaf84f2a37232238d80ddfc00e7 [diff] [blame] |
Issue #4591: Uid and gid values larger than 2**31 are supported now.
diff --git a/Misc/NEWS b/Misc/NEWS index 7acb91f..a31e3a4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -204,6 +204,8 @@ - Issue #17052: unittest discovery should use self.testLoader. +- Issue #4591: Uid and gid values larger than 2**31 are supported now. + - Issue #17141: random.vonmisesvariate() no more hangs for large kappas. - Issue #17149: Fix random.vonmisesvariate to always return results in