summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-09-22 14:21:08 (GMT)
committerLarry Hastings <larry@hastings.org>2014-09-22 14:21:08 (GMT)
commit2887f76d4512283cf332ca22bef19bc86f4a3147 (patch)
treee3cbf66f90a18678e6ce19b9b5c72f1e3d2e9ec1 /Misc/NEWS
parentf26c2e72d8306b733fe9dad539522a3c04d69798 (diff)
parentca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12 (diff)
downloadcpython-2887f76d4512283cf332ca22bef19bc86f4a3147.zip
cpython-2887f76d4512283cf332ca22bef19bc86f4a3147.tar.gz
cpython-2887f76d4512283cf332ca22bef19bc86f4a3147.tar.bz2
Merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c6107d5..5cdb5bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,15 @@ Core and Builtins
Library
-------
+- Issue #22415: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
+ module. Removed trailing spaces in debugging output.
+
+- Issue #22423: Unhandled exception in thread no longer causes unhandled
+ AttributeError when sys.stderr is None.
+
+- Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects
+ line buffering, rather than block buffering. Patch by Akira Li.
+
What's New in Python 3.4.2rc1?
==============================