This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, dbackhaus
Date 2013-06-20.14:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371740102.16.0.183458790201.issue18270@psf.upfronthosting.co.za>
In-reply-to
Content
PyShell.py, line 1541:
    if shell and cmd or script:
Does it need parentheses?
    if shell and (cmd or script):
History
Date User Action Args
2013-06-20 14:55:02amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, dbackhaus
2013-06-20 14:55:02amaury.forgeotdarcsetmessageid: <1371740102.16.0.183458790201.issue18270@psf.upfronthosting.co.za>
2013-06-20 14:55:02amaury.forgeotdarclinkissue18270 messages
2013-06-20 14:55:01amaury.forgeotdarccreate