summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-25 06:01:37 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-25 06:01:37 (GMT)
commita809e4a54007303efb084b85ba53605adaa41b64 (patch)
treed038bc1b85b83594b29f00ae5bc10b5290ffdf71 /Misc/NEWS
parentd08d0b1c69b19c58afb998e30eadfc7b9de26378 (diff)
parent153866ea9ab80323d247a9c49d1fdf50e07e7330 (diff)
downloadcpython-a809e4a54007303efb084b85ba53605adaa41b64.zip
cpython-a809e4a54007303efb084b85ba53605adaa41b64.tar.gz
cpython-a809e4a54007303efb084b85ba53605adaa41b64.tar.bz2
merge with upstream 3.3 branchv3.3.1rc1
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6255fc5..5b1e921 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,6 +196,14 @@ Core and Builtins
Library
-------
+- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
+ iceweasel, iceape.
+
+- 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().
@@ -803,6 +811,8 @@ Tests
Build
-----
+- Issue #17425: Build with openssl 1.0.1d 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.