summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-05-19 17:56:12 (GMT)
committerTarek Ziade <tarek@ziade.org>2011-05-19 17:56:12 (GMT)
commitebbb14c1a1ec226b06f96d1fc581122558e1385e (patch)
tree46ba936c411f17d0dd62b0528666cc10ab09049b /Misc
parent2db2d3beeb24685495ec721b78159a8944423639 (diff)
downloadcpython-ebbb14c1a1ec226b06f96d1fc581122558e1385e.zip
cpython-ebbb14c1a1ec226b06f96d1fc581122558e1385e.tar.gz
cpython-ebbb14c1a1ec226b06f96d1fc581122558e1385e.tar.bz2
Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check
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 1ec836e..f944a1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -153,6 +153,9 @@ Core and Builtins
Library
-------
+- Issue #12120, #12119: skip a test in packaging and distutils
+ if sys.dont_write_bytecode is set to True.
+
- Issue #12065: connect_ex() on an SSL socket now returns the original errno
when the socket's timeout expires (it used to return None).