diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-12 18:45:27 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-12 18:45:27 (GMT) |
commit | 318b8f35fe6c56c2c2792192ccdeb2b47eff81e4 (patch) | |
tree | cc2082f69729d12a472d0a1bf2fa27b3479b41d8 /Misc | |
parent | 287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928 (diff) | |
download | cpython-318b8f35fe6c56c2c2792192ccdeb2b47eff81e4.zip cpython-318b8f35fe6c56c2c2792192ccdeb2b47eff81e4.tar.gz cpython-318b8f35fe6c56c2c2792192ccdeb2b47eff81e4.tar.bz2 |
Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch
by Ross Lagerwall.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -223,6 +223,9 @@ Tools/Demos Tests ----- +- Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch + by Ross Lagerwall. + - Make the --coverage flag work for test.regrtest. - Issue #1677694: Refactor and improve test_timeout. Original patch by |