diff options
author | Georg Brandl <georg@python.org> | 2007-03-13 18:15:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-13 18:15:41 (GMT) |
commit | 9e6b47002a563473ec966ac4d353b99df986f642 (patch) | |
tree | 773fe857bc89bda60d0fb53213b723879a0a47c7 /Misc | |
parent | 92a6baed7bfae3eaad31c47c5d80348b05a62d8c (diff) | |
download | cpython-9e6b47002a563473ec966ac4d353b99df986f642.zip cpython-9e6b47002a563473ec966ac4d353b99df986f642.tar.gz cpython-9e6b47002a563473ec966ac4d353b99df986f642.tar.bz2 |
Patch #1581073: add a flag to textwrap that prevents the dropping of
whitespace while wrapping.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -168,6 +168,9 @@ Core and builtins Library ------- +- Patch #1581073: add a flag to textwrap that prevents the dropping of + whitespace while wrapping. + - Patch #1603688: ConfigParser.SafeConfigParser now checks values that are set for invalid interpolation sequences that would lead to errors on reading back those values. |