diff options
author | Ned Deily <nad@acm.org> | 2013-08-02 04:21:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-08-02 04:21:15 (GMT) |
commit | b5dd6d228777a12801ccc48aa1b9050b6a614576 (patch) | |
tree | 07a91dfa490f9b6f76827fd46fe521a5a7f14dcc /Misc | |
parent | 2e3e593e3490202757e25a82a8b3420418597cab (diff) | |
download | cpython-b5dd6d228777a12801ccc48aa1b9050b6a614576.zip cpython-b5dd6d228777a12801ccc48aa1b9050b6a614576.tar.gz cpython-b5dd6d228777a12801ccc48aa1b9050b6a614576.tar.bz2 |
Issue #17557: Fix os.getgroups() to work with the modified behavior of
getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -721,6 +721,7 @@ Petri Lehtinen Luke Kenneth Casson Leighton Tshepang Lekhonkhobe Marc-André Lemburg +Mateusz Lenik John Lenton Kostyantyn Leschenko Christopher Tur Lesniewski-Laas @@ -59,6 +59,9 @@ Core and Builtins Library ------- +- Issue #17557: Fix os.getgroups() to work with the modified behavior of + getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik. + - Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns 'SHA1' instead of 'SHA'. |