commit | a13c2446dc4620f806ea5155289c36ab91cad484 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Nov 22 19:30:31 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Nov 22 19:30:31 2005 +0000 |
tree | d3d4c289c4be411d5e5ba14942f2745fd01066ae | |
parent | f96f5f5bbec6de78183b87da431672b8f850d73f [diff] [blame] |
Bug #869197: setgroups rejects long integer argument
diff --git a/Misc/NEWS b/Misc/NEWS index 77e280d..9550156 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -181,6 +181,8 @@ Extension Modules ----------------- +- Bug #869197: os.setgroups rejects long integer arguments + - Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint - Bug #1344508, Fix UNIX mmap leaking file descriptors