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, pitrou, serhiy.storchaka, terry.reedy, tlynn
Date 2012-08-03.23:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344037054.61.0.352232295136.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
> After discussing issue15510, I think this should probably be left as-is, or be implemented in a separate function so as to avoid breaking compatibility.

Note that this issue can be addressed without affecting backwards compatibility in the documented supported cases.  textwrap.wrap()'s documentation says that it only supports single paragraph input and even warns against "strange output" otherwise.

Also, as Mark pointed out above, what use case does replace_whitespace=False have if this issue is not addressed?

http://bugs.python.org/issue1859#msg96064

Addressing this issue would give that argument meaning (for multi-paragraph input).

Finally, just to be clear, I marked issue 15510 as a dependency in the sense that I felt it should be decided before addressing this issue -- not that the issue needed to be addressed in the affirmative.
History
Date User Action Args
2012-08-03 23:37:34chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, gward, georg.brandl, terry.reedy, mark.dickinson, tlynn, pitrou, palfrey, jerith, mrabarnett, BreamoreBoy, serhiy.storchaka, otto
2012-08-03 23:37:34chris.jerdoneksetmessageid: <1344037054.61.0.352232295136.issue1859@psf.upfronthosting.co.za>
2012-08-03 23:37:34chris.jerdoneklinkissue1859 messages
2012-08-03 23:37:33chris.jerdonekcreate