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 prasechen
Recipients larry, prasechen
Date 2020-09-04.12:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599221526.43.0.8824911096.issue41716@roundup.psfhosted.org>
In-reply-to
Content
# I try to run:
import os
os.system(r"start C:\Windows\System32\")
# But I get an Exception:
SyntaxError: EOL while scanning string literal
# A string after “r” means the string's original meaning. But……
History
Date User Action Args
2020-09-04 12:12:06prasechensetrecipients: + prasechen, larry
2020-09-04 12:12:06prasechensetmessageid: <1599221526.43.0.8824911096.issue41716@roundup.psfhosted.org>
2020-09-04 12:12:06prasechenlinkissue41716 messages
2020-09-04 12:12:06prasechencreate