diff options
author | Georg Brandl <georg@python.org> | 2008-05-11 10:42:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-11 10:42:28 (GMT) |
commit | 6f95ae55b151f366396e7d99b829c27f27259a89 (patch) | |
tree | 25a01ff82606387d250413114e3a7bd446222da5 /Misc | |
parent | 5b54887debc860f1b394c5c706c09ca4a93732f8 (diff) | |
download | cpython-6f95ae55b151f366396e7d99b829c27f27259a89.zip cpython-6f95ae55b151f366396e7d99b829c27f27259a89.tar.gz cpython-6f95ae55b151f366396e7d99b829c27f27259a89.tar.bz2 |
#2659: add ``break_on_hyphens`` to TextWrapper.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Extension Modules 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. |