[issue18725] Multiline shortening

Serhiy Storchaka report at bugs.python.org
Fri Sep 13 09:47:47 CEST 2013


Serhiy Storchaka added the comment:

Here is a patch. It get rid of TextWrap.shorten() because TextWrap.fill() supersedes it and because "placeholder" now a parameter of TextWrap. Module level shorten() is left but I doubt about it.

----------
keywords: +patch
stage: test needed -> patch review
Added file: http://bugs.python.org/file31736/textwrap_max_lines.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18725>
_______________________________________


More information about the Python-bugs-list mailing list