Amaury Forgeot d'Arc added the comment:

PyShell.py, line 1541:
    if shell and cmd or script:
Does it need parentheses?
    if shell and (cmd or script):

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18270>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to