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 chris.jerdonek
Recipients BreamoreBoy, chris.jerdonek, georg.brandl, gvanrossum, gward, jerith, mark.dickinson, mrabarnett, otto, palfrey, serhiy.storchaka, terry.reedy, tlynn
Date 2012-07-29.19:58:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343591921.99.0.218261126776.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
In working on the patch for this issue, I also noticed that there is a minor error in the documentation of the replace_whitespace attribute.

The docs say that string.whitespace is used, but the code uses a hard-coded string and includes a comment explaining why string.whitespace should *not* be used.

http://hg.python.org/cpython/file/1102e86b8739/Lib/textwrap.py#l30

I will correct this in the patch, but if people think so, I could file it as a separate issue.
History
Date User Action Args
2012-07-29 19:58:42chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, gward, georg.brandl, terry.reedy, mark.dickinson, tlynn, palfrey, jerith, mrabarnett, BreamoreBoy, serhiy.storchaka, otto
2012-07-29 19:58:41chris.jerdoneksetmessageid: <1343591921.99.0.218261126776.issue1859@psf.upfronthosting.co.za>
2012-07-29 19:58:41chris.jerdoneklinkissue1859 messages
2012-07-29 19:58:41chris.jerdonekcreate