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 r.david.murray
Recipients brian.curtin, dabrahams, docs@python, mark, r.david.murray
Date 2010-05-04.02:37:54
SpamBayes Score 0.000599391
Marked as misclassified No
Message-id <1272940676.99.0.859105767325.issue8557@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it wouldn't be the first time the microsoft docs were wrong.

There are two questions here: (1) is this behavior consistent across all microsoft platforms we support?  (2) is this *change* in behavior of Popen acceptable?

For (1) we need a unit test added to the subprocess unit tests that can check this.

For (2)...well, I think it would be good for the behavior to be as consistent as practical, so I'd be in favor.  We need some second opinions, though, to make sure we aren't overlooking some negative consequence.  I'm also not sure that this qualifies as a bug fix, so it may only be possible to get it into 3.2, assuming it is acceptable.

Note that I have not tested your program on Windows myself, I'm taking your word for it that it works ;)  I'll be more inclined to test things if the tests are in the form of unit tests, which should be much easier to understand than your test program.
History
Date User Action Args
2010-05-04 02:37:57r.david.murraysetrecipients: + r.david.murray, mark, brian.curtin, docs@python, dabrahams
2010-05-04 02:37:56r.david.murraysetmessageid: <1272940676.99.0.859105767325.issue8557@psf.upfronthosting.co.za>
2010-05-04 02:37:55r.david.murraylinkissue8557 messages
2010-05-04 02:37:54r.david.murraycreate