Steve Dower <steve.do...@python.org> added the comment:
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? ---------- nosy: +cheryl.sabella, steve.dower _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35661> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com