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 Drekin, eryksun, ezio.melotti, ned.deily, paul.moore, python-dev, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-10-25.17:50:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477417808.47.0.126546078093.issue28333@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure how I missed it originally, but that extra 1 char is actually very important:

Python 3.6.0b2 (v3.6.0b2:b9fadc7d1c3f, Oct 10 2016, 20:36:51) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>  import sys
>>>  sys.ps1='> '
>  sys

The extra space is because of that. Really ought to fix this before the next beta.
History
Date User Action Args
2016-10-25 17:50:08steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, vstinner, tim.golden, ned.deily, ezio.melotti, python-dev, zach.ware, eryksun, Drekin
2016-10-25 17:50:08steve.dowersetmessageid: <1477417808.47.0.126546078093.issue28333@psf.upfronthosting.co.za>
2016-10-25 17:50:08steve.dowerlinkissue28333 messages
2016-10-25 17:50:08steve.dowercreate