]> granicus.if.org Git - python/commit
Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 12 Aug 2013 20:39:09 +0000 (22:39 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 12 Aug 2013 20:39:09 +0000 (22:39 +0200)
commit389dec8bcf776cd60aa6abaea3d98dc904203b2d
treec8fedfc1f6620c1e05ba59d253bfa3e60959d6d3
parentd6cbd34aadd9647c5c7e15e75ed224717567410c
Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of text to a given length.
Doc/library/textwrap.rst
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS