New submission from Dirkjan Ochtman <dirk...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10618>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to