diff options
author | Georg Brandl <georg@python.org> | 2005-11-22 19:30:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-11-22 19:30:31 (GMT) |
commit | a13c2446dc4620f806ea5155289c36ab91cad484 (patch) | |
tree | d3d4c289c4be411d5e5ba14942f2745fd01066ae /Misc | |
parent | f96f5f5bbec6de78183b87da431672b8f850d73f (diff) | |
download | cpython-a13c2446dc4620f806ea5155289c36ab91cad484.zip cpython-a13c2446dc4620f806ea5155289c36ab91cad484.tar.gz cpython-a13c2446dc4620f806ea5155289c36ab91cad484.tar.bz2 |
Bug #869197: setgroups rejects long integer argument
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ Core and builtins 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 |