[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:

[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 rep...@bugs.python.org http://bugs.python.org/issue7671 ___

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

2012-07-30 Thread Atsuo Ishimoto
Changes by Atsuo Ishimoto ishim...@gembook.org: -- nosy: +ishimoto ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7671 ___ ___ Python-bugs-list

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

2010-01-31 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: These patches cause the Windows buildbot to fail. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7671 ___

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

2010-01-31 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- nosy: +brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7671 ___ ___ Python-bugs-list mailing

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

2010-01-31 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: These patches cause the Windows buildbot to fail. -- priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7671 ___

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

2010-01-13 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr 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 rep...@bugs.python.org

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

2010-01-11 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr 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 rep...@bugs.python.org

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

2010-01-10 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr 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:

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

2010-01-10 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r77420. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7671