summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-12-01 08:12:24 (GMT)
committerGregory P. Smith <greg@krypto.org>2013-12-01 08:12:24 (GMT)
commit361e30c17a7973874334597903afb3ba5a477f49 (patch)
treea1b01b9f99a3705ae3d949fb683c234c62f317cc /Misc
parent1eda9e7c3074bfe37674c8140b3d02bf94caf4f3 (diff)
downloadcpython-361e30c17a7973874334597903afb3ba5a477f49.zip
cpython-361e30c17a7973874334597903afb3ba5a477f49.tar.gz
cpython-361e30c17a7973874334597903afb3ba5a477f49.tar.bz2
Undo supposed fix for Issue #15798 until I understand why this is
causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4742b9b..0acbafd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,9 +18,6 @@ Core and Builtins
Library
-------
-- Issue #15798: Fixed subprocess.Popen() to no longer fail if file
- descriptor 0, 1 or 2 is closed.
-
- Issue #19088: Fixed incorrect caching of the copyreg module in
object.__reduce__() and object.__reduce_ex__().