[New-bugs-announce] [issue10618] regression in subprocess.call() command quoting

Dirkjan Ochtman report at bugs.python.org
Fri Dec 3 21:21:47 CET 2010


New submission from Dirkjan Ochtman <dirkjan at ochtman.nl>:

http://mercurial.selenic.com/bts/issue2534 is a regression in 2.7.1 relative to 2.7, around the way commands are called (it seems to concern subprocess.call()). The error seems to be raised from mercurial's util.system() call, which uses subprocess.call() or subprocess.Popen() depending on the circumstances.

----------
components: Library (Lib)
messages: 123291
nosy: asksol, djc, jnoller
priority: normal
severity: normal
status: open
title: regression in subprocess.call() command quoting
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10618>
_______________________________________


More information about the New-bugs-announce mailing list