]> granicus.if.org Git - python/commit
Allow the standalone wrap() and fill() functions to take arbitrary
authorGreg Ward <gward@python.net>
Mon, 10 Jun 2002 20:36:07 +0000 (20:36 +0000)
committerGreg Ward <gward@python.net>
Mon, 10 Jun 2002 20:36:07 +0000 (20:36 +0000)
commitcf02ac6154e30708379308f1a3206671e817165d
tree5624bf802d4ee25efaad397109379a93ec94d0ba
parentd34c959140a4563c644ed4eaca2c489d8f1577b5
Allow the standalone wrap() and fill() functions to take arbitrary
keyword args, which are passed directly to the TextWrapper constructor.
Lib/textwrap.py