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 Mariatta, benjamin.peterson, dbudinova, eric.araujo, ezio.melotti, georg.brandl, joebauer, kunkku, lemburg, loewis, maatt, pitrou, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2016-10-25.11:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161025114807.32787.39327.64711922@psf.io>
In-reply-to
Content
New changeset fcabef0ce773 by Serhiy Storchaka in branch '3.5':
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
https://hg.python.org/cpython/rev/fcabef0ce773

New changeset bfa400108fc5 by Serhiy Storchaka in branch '3.6':
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
https://hg.python.org/cpython/rev/bfa400108fc5

New changeset b86dacb9e668 by Serhiy Storchaka in branch 'default':
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
https://hg.python.org/cpython/rev/b86dacb9e668
History
Date User Action Args
2016-10-25 11:48:11python-devsetrecipients: + python-dev, lemburg, loewis, georg.brandl, pitrou, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, joebauer, serhiy.storchaka, kunkku, dbudinova, maatt, Mariatta
2016-10-25 11:48:11python-devlinkissue20491 messages
2016-10-25 11:48:10python-devcreate