diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-13 23:20:54 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-13 23:20:54 (GMT) |
commit | 7c59bc6f2faefbf8c4ef4692fee1f658aa53c6a6 (patch) | |
tree | 192915cee35e899422ec26ad83e34d35c198ae5b /Misc | |
parent | d9c03e0da300bc52d5503fd18a95f897d92bf454 (diff) | |
download | cpython-7c59bc6f2faefbf8c4ef4692fee1f658aa53c6a6.zip cpython-7c59bc6f2faefbf8c4ef4692fee1f658aa53c6a6.tar.gz cpython-7c59bc6f2faefbf8c4ef4692fee1f658aa53c6a6.tar.bz2 |
Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Core and Builtins 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 |