commit | 7c59bc6f2faefbf8c4ef4692fee1f658aa53c6a6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 13 23:20:54 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 13 23:20:54 2008 +0000 |
tree | 192915cee35e899422ec26ad83e34d35c198ae5b | |
parent | d9c03e0da300bc52d5503fd18a95f897d92bf454 [diff] [blame] |
Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter.
diff --git a/Misc/NEWS b/Misc/NEWS index aaa65c5..e31bb0b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Library ------- +- Issue #4163: textwrap module: allow word splitting on a hyphen preceded by + a non-ASCII letter. + - Issue #4616: TarFile.utime(): Restore directory times on Windows. - Issue #4021: tokenize.detect_encoding() now raises a SyntaxError when the