[New-bugs-announce] [issue7671] test_popen fails if path contains semi-colon "; "

Florent Xicluna report at bugs.python.org
Sun Jan 10 20:07:16 CET 2010


New submission from Florent Xicluna <laxyf at yahoo.fr>:

/tmp/semi;colon $ ./python -3 Lib/test/regrtest.py test_popen
test_popen
sh: /tmp/semi: Aucun fichier ou répertoire de ce type
sh: colon/python: Aucun fichier ou répertoire de ce type
test test_popen failed -- Traceback (most recent call last):
  File "/tmp/semi;colon/Lib/test/test_popen.py", line 31, in test_popen
    ["foo", "bar"]
  File "/tmp/semi;colon/Lib/test/test_popen.py", line 24, in _do_test_commandline
    got = eval(data)[1:] # strip off argv[0]
  File "<string>", line 0
    
   ^
SyntaxError: unexpected EOF while parsing

1 test failed:
    test_popen

----------
components: Tests
messages: 97543
nosy: flox
severity: normal
status: open
title: test_popen fails if path contains semi-colon ";"
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list