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 asvetlov, chris.jerdonek, pitrou, python-dev
Date 2012-08-14.15:43:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WxJ3y0DbvzQ4l@mail.python.org>
In-reply-to
Content
New changeset 839bd8f98539 by Andrew Svetlov in branch '3.2':
Add test to explicit check the absence regression in subprocess (issue #15592).
http://hg.python.org/cpython/rev/839bd8f98539

New changeset 9d86480cc177 by Andrew Svetlov in branch 'default':
Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true.
http://hg.python.org/cpython/rev/9d86480cc177
History
Date User Action Args
2012-08-14 15:43:11python-devsetrecipients: + python-dev, pitrou, asvetlov, chris.jerdonek
2012-08-14 15:43:10python-devlinkissue15592 messages
2012-08-14 15:43:10python-devcreate