commit | 6f95ae55b151f366396e7d99b829c27f27259a89 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun May 11 10:42:28 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun May 11 10:42:28 2008 +0000 |
tree | 25a01ff82606387d250413114e3a7bd446222da5 | |
parent | 5b54887debc860f1b394c5c706c09ca4a93732f8 [diff] |
#2659: add ``break_on_hyphens`` to TextWrapper.
diff --git a/Misc/NEWS b/Misc/NEWS index d796735..9007462 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Library ------- +- #2659: Added ``break_on_hyphens`` option to textwrap TextWrapper class. + - The mhlib module has been deprecated for removal in Python 3.0. - The linuxaudiodev module has been deprecated for removal in Python 3.0.