diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2012-12-13 15:21:16 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2012-12-13 15:21:16 (GMT) |
commit | 174bc1e309b5bde8602568f186f53d886aec757c (patch) | |
tree | 2c9b4aa6f9579ba294f367e79dc0eefe9876f3e7 /Misc | |
parent | 57b667261ca9a3834ae68e0398b1d4cea3d61308 (diff) | |
parent | a0b315f5f77ce2e68df4ca8d6174a266592b2c49 (diff) | |
download | cpython-174bc1e309b5bde8602568f186f53d886aec757c.zip cpython-174bc1e309b5bde8602568f186f53d886aec757c.tar.gz cpython-174bc1e309b5bde8602568f186f53d886aec757c.tar.bz2 |
Merge with 3.3 for #16661
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -455,6 +455,9 @@ Tests - Issue #16559: Add more tests for the json module, including some from the official test suite at json.org. Patch by Serhiy Storchaka. +- Issue #16661: Fix the `os.getgrouplist()` test by not assuming that it gives + the same output as :command:`id -G`. + - Issue #16115: Add some tests for the executable argument to subprocess.Popen(). Initial patch by Kushal Das. |