diff options
author | Larry Hastings <larry@hastings.org> | 2014-09-22 14:21:08 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-09-22 14:21:08 (GMT) |
commit | 2887f76d4512283cf332ca22bef19bc86f4a3147 (patch) | |
tree | e3cbf66f90a18678e6ce19b9b5c72f1e3d2e9ec1 /Misc/NEWS | |
parent | f26c2e72d8306b733fe9dad539522a3c04d69798 (diff) | |
parent | ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12 (diff) | |
download | cpython-2887f76d4512283cf332ca22bef19bc86f4a3147.zip cpython-2887f76d4512283cf332ca22bef19bc86f4a3147.tar.gz cpython-2887f76d4512283cf332ca22bef19bc86f4a3147.tar.bz2 |
Merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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? ============================== |