summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-13 18:15:41 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-13 18:15:41 (GMT)
commit9e6b47002a563473ec966ac4d353b99df986f642 (patch)
tree773fe857bc89bda60d0fb53213b723879a0a47c7 /Misc
parent92a6baed7bfae3eaad31c47c5d80348b05a62d8c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d29fe4e..52c3c81 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.