diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-04-25 16:59:09 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-04-25 16:59:09 (GMT) |
commit | fe536f53ea1c4541e5297cea0c9460e5259cb1d8 (patch) | |
tree | 7f3e9b2e204a2e0c6c498b4fd60d1539f97e33ab /Misc | |
parent | 65134662707f270146122ffd71b4a6ac10536e4d (diff) | |
download | cpython-fe536f53ea1c4541e5297cea0c9460e5259cb1d8.zip cpython-fe536f53ea1c4541e5297cea0c9460e5259cb1d8.tar.gz cpython-fe536f53ea1c4541e5297cea0c9460e5259cb1d8.tar.bz2 |
Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ Extensions Modules Library ------- +- Issue #2635: Fix bug in 'fix_sentence_endings' textwrap.fill option, + where an extra space was added after a word containing (but not + ending in) '.', '!' or '?'. + - Add from_buffer() and from_buffer_copy() class methods to ctypes data types |