summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:25:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-21 19:25:25 (GMT)
commit1a5426dbaf71d8b414abfc781fecb696c2d751dc (patch)
tree375453ae7c79543d1fbb036c923faf9467b3d627 /Misc
parent52005c2e13f32cfa3b6675997f2ef30adf0606a5 (diff)
parentafe8d0646c9347960e99f5373d6cbd712b5376bb (diff)
downloadcpython-1a5426dbaf71d8b414abfc781fecb696c2d751dc.zip
cpython-1a5426dbaf71d8b414abfc781fecb696c2d751dc.tar.gz
cpython-1a5426dbaf71d8b414abfc781fecb696c2d751dc.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 956721a..922999f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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