diff options
author | Georg Brandl <georg@python.org> | 2013-03-25 05:56:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-25 05:56:31 (GMT) |
commit | 4eb5f1a56702399ea3bc4553433e7ca9b37be18c (patch) | |
tree | e1152dda05deaccc514046ebb50b45e94f341a90 /Misc | |
parent | a7d2f0061f2ddcce875b5c56b1f807ed3b6cd2cb (diff) | |
parent | 5be6d74a0d0ae111cd823d2b7a5896c77d8c8895 (diff) | |
download | cpython-4eb5f1a56702399ea3bc4553433e7ca9b37be18c.zip cpython-4eb5f1a56702399ea3bc4553433e7ca9b37be18c.tar.gz cpython-4eb5f1a56702399ea3bc4553433e7ca9b37be18c.tar.bz2 |
merge with main repo 3.2 branchv3.2.4rc1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -233,6 +233,11 @@ Core and Builtins Library ------- +- Issue #17488: Change the subprocess.Popen bufsize parameter default value + from unbuffered (0) to buffering (-1) to match the behavior existing code + expects and match the behavior of the subprocess module in Python 2 to avoid + introducing hard to track down bugs. + - Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). @@ -1079,6 +1084,8 @@ Tests Build ----- +- Issue #17425: Build with openssl 1.0.0k on Windows. + - Issue #16754: Fix the incorrect shared library extension on linux. Introduce two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. |