diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:25:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-21 19:25:25 (GMT) |
commit | 1a5426dbaf71d8b414abfc781fecb696c2d751dc (patch) | |
tree | 375453ae7c79543d1fbb036c923faf9467b3d627 /Misc | |
parent | 52005c2e13f32cfa3b6675997f2ef30adf0606a5 (diff) | |
parent | afe8d0646c9347960e99f5373d6cbd712b5376bb (diff) | |
download | cpython-1a5426dbaf71d8b414abfc781fecb696c2d751dc.zip cpython-1a5426dbaf71d8b414abfc781fecb696c2d751dc.tar.gz cpython-1a5426dbaf71d8b414abfc781fecb696c2d751dc.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Library - 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. + - Issue #21091: Fix API bug: email.message.EmailMessage.is_attachment is now a method. Since EmailMessage is provisional, we can change the API in a maintenance release, but we use a trick to remain backward compatible with |