summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-04-24 21:31:38 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-04-24 21:31:38 (GMT)
commite1a1674e1ed954c82cf1c88f3392baf4fd86ecdc (patch)
treeab92fc3631b27dba0a3a23bedd06148a4dcb174d /Misc
parent6ae466732c6a5cd988d02110ab0538c7752a3253 (diff)
downloadcpython-e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc.zip
cpython-e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc.tar.gz
cpython-e1a1674e1ed954c82cf1c88f3392baf4fd86ecdc.tar.bz2
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34df05d..5056009 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ IDLE
Tests
-----
+- Issue #17835: Fix test_io when the default OS pipe buffer size is larger
+ than one million bytes.
+
- Issue #17065: Use process-unique key for winreg tests to avoid failures if
test is run multiple times in parallel (eg: on a buildbot host).