Message166809
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. |
|
Date |
User |
Action |
Args |
2012-07-29 19:58:42 | chris.jerdonek | set | recipients:
+ chris.jerdonek, gvanrossum, gward, georg.brandl, terry.reedy, mark.dickinson, tlynn, palfrey, jerith, mrabarnett, BreamoreBoy, serhiy.storchaka, otto |
2012-07-29 19:58:41 | chris.jerdonek | set | messageid: <1343591921.99.0.218261126776.issue1859@psf.upfronthosting.co.za> |
2012-07-29 19:58:41 | chris.jerdonek | link | issue1859 messages |
2012-07-29 19:58:41 | chris.jerdonek | create | |
|