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 duncanb
Recipients SilentGhost, brian.curtin, duncanb, ezio.melotti, georg.brandl, pitrou, v+python, vstinner
Date 2011-02-23.09:20:35
SpamBayes Score 3.7176035e-06
Marked as misclassified No
Message-id <1298452836.94.0.63080690997.issue11272@psf.upfronthosting.co.za>
In-reply-to
Content
> If anyone knows how to reproduce the two bugs with a short Python
> script, I can try to convert it into a test.

If you don't mind kicking off some sub-processes then here's a script that shows the bugs.

I couldn't figure out how to do a script that would work on Python 3.1 but fail on Python 3.2, because I think to show the problem you have to use the shell to pipe data and Popen on Python 3.1 quotes the pipe character.
History
Date User Action Args
2011-02-23 09:20:37duncanbsetrecipients: + duncanb, georg.brandl, pitrou, vstinner, ezio.melotti, v+python, brian.curtin, SilentGhost
2011-02-23 09:20:36duncanbsetmessageid: <1298452836.94.0.63080690997.issue11272@psf.upfronthosting.co.za>
2011-02-23 09:20:36duncanblinkissue11272 messages
2011-02-23 09:20:35duncanbcreate