This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, akira, gregory.p.smith, jwilk, martin.panter, pitrou, python-dev, raylu
Date 2014-09-21.19:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140921191550.13817.9604@mail.hg.python.org>
In-reply-to
Content
New changeset 38867f90f1d9 by Antoine Pitrou in branch '3.4':
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
https://hg.python.org/cpython/rev/38867f90f1d9

New changeset 763d565e5840 by Antoine Pitrou in branch 'default':
Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line buffering, rather than block buffering.
https://hg.python.org/cpython/rev/763d565e5840
History
Date User Action Args
2014-09-21 19:15:53python-devsetrecipients: + python-dev, gregory.p.smith, pitrou, jwilk, Arfrever, akira, martin.panter, raylu
2014-09-21 19:15:52python-devlinkissue21332 messages
2014-09-21 19:15:52python-devcreate