diff options
author | Tarek Ziade <tarek@ziade.org> | 2011-05-19 17:56:12 (GMT) |
---|---|---|
committer | Tarek Ziade <tarek@ziade.org> | 2011-05-19 17:56:12 (GMT) |
commit | ebbb14c1a1ec226b06f96d1fc581122558e1385e (patch) | |
tree | 46ba936c411f17d0dd62b0528666cc10ab09049b /Misc | |
parent | 2db2d3beeb24685495ec721b78159a8944423639 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |