[issue7671] test_popen fails if path contains special char like ";"

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue7671] test_popen fails if path contains special char like ";"

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as "out of date"? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list

[issue7671] test_popen fails if path contains special char like ";"

2012-07-30 Thread Atsuo Ishimoto
Changes by Atsuo Ishimoto : -- nosy: +ishimoto ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue7671] test_popen fails if path contains special char like ";"

2010-01-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: These patches cause the Windows buildbot to fail. -- priority: -> normal ___ Python tracker ___

[issue7671] test_popen fails if path contains special char like ";"

2010-01-31 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7671] test_popen fails if path contains special char like ";"

2010-01-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: These patches cause the Windows buildbot to fail. -- ___ Python tracker ___ ___ Python-bugs-list

[issue7671] test_popen fails if path contains special char like ";"

2010-01-13 Thread Florent Xicluna
Florent Xicluna added the comment: It triggers some Windows buildbot failures. http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%20trunk/builds/2837 -- ___ Python tracker _

[issue7671] test_popen fails if path contains special char like ";"

2010-01-11 Thread Florent Xicluna
Florent Xicluna added the comment: With r77420, it fails when path contains backslash "\". Using '"%s" -c "..."' it does not fail. -- resolution: fixed -> status: closed -> open ___ Python tracker ___

[issue7671] test_popen fails if path contains special char like ";"

2010-01-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r77420. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue7671] test_popen fails if path contains special char like ";"

2010-01-10 Thread Florent Xicluna
Florent Xicluna added the comment: Patch attached. -- keywords: +patch stage: -> patch review title: test_popen fails if path contains semi-colon ";" -> test_popen fails if path contains special char like ";" Added file: http://bugs.python.org/file15821/issue7671_test_popen.diff