summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-12 18:50:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-12 18:50:35 (GMT)
commitb633eab98e53dbbdb0c0d019e77d409b9b0adf58 (patch)
treefd0a72e23ef88ac6cf34a1a9478cb4313e1d05f7 /Misc/NEWS
parentde368717dad90577e4f491d3f4187742a7d00515 (diff)
downloadcpython-b633eab98e53dbbdb0c0d019e77d409b9b0adf58.zip
cpython-b633eab98e53dbbdb0c0d019e77d409b9b0adf58.tar.gz
cpython-b633eab98e53dbbdb0c0d019e77d409b9b0adf58.tar.bz2
Merged revisions 87958 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87958 | antoine.pitrou | 2011-01-12 19:45:27 +0100 (mer., 12 janv. 2011) | 4 lines Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Ross Lagerwall. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6388391..efadff1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@ Build
Tests
-----
+- Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch
+ by Ross Lagerwall.
+
- Issue #6293: Have regrtest.py echo back sys.flags. This is done by default
in whole runs and enabled selectively using ``--header`` when running an
explicit list of tests. Original patch by Collin Winter.