]> granicus.if.org Git - python/commit
Close #13857: Added textwrap.indent() function (initial patch by Ezra
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 11 Jun 2012 13:07:51 +0000 (23:07 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 11 Jun 2012 13:07:51 +0000 (23:07 +1000)
commit4fae8cdaeac117c6a567f9305a22fd0cff400452
treef01b63d1495c581d36e0f346cb8fa23a8b160045
parent3c4acd8bf9b7f2e1dcfd5bb76c4562451c3d8fa1
Close #13857: Added textwrap.indent() function (initial patch by Ezra
  Berch)
Doc/library/textwrap.rst
Doc/whatsnew/3.3.rst
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/ACKS
Misc/NEWS