Message129160
| 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. |
|