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 python-dev
Recipients Drekin, eryksun, ezio.melotti, ned.deily, paul.moore, python-dev, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-10-25.18:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161025185229.109799.20909.9A7FF24E@psf.io>
In-reply-to
Content
New changeset 6b46c3deea2c by Steve Dower in branch '3.6':
Issue #28333: Fixes off-by-one error that was adding an extra space.
https://hg.python.org/cpython/rev/6b46c3deea2c

New changeset 44d15ba67d2e by Steve Dower in branch 'default':
Issue #28333: Fixes off-by-one error that was adding an extra space.
https://hg.python.org/cpython/rev/44d15ba67d2e
History
Date User Action Args
2016-10-25 18:52:32python-devsetrecipients: + python-dev, terry.reedy, paul.moore, vstinner, tim.golden, ned.deily, ezio.melotti, zach.ware, eryksun, Drekin, steve.dower
2016-10-25 18:52:32python-devlinkissue28333 messages
2016-10-25 18:52:32python-devcreate