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 steve.dower
Recipients brett.cannon, cheryl.sabella, steve.dower, vinay.sajip
Date 2019-01-09.23:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547077833.53.0.914420622554.issue35661@roundup.psfhosted.org>
In-reply-to
Content
Adding my comment from the PR review:

Dealing with leading/trailing whitespace could get interesting here. All the other values can be trimmed at both ends, while this one (currently) must have one space removed from the start.

Perhaps we should insert the repr of the prompt instead? Or at least double-quote it and escape internal quotes and backslashes?
History
Date User Action Args
2019-01-09 23:50:35steve.dowersetrecipients: + steve.dower, brett.cannon, vinay.sajip, cheryl.sabella
2019-01-09 23:50:33steve.dowersetmessageid: <1547077833.53.0.914420622554.issue35661@roundup.psfhosted.org>
2019-01-09 23:50:33steve.dowerlinkissue35661 messages
2019-01-09 23:50:33steve.dowercreate