Patch #1581073: add a flag to textwrap that prevents the dropping of
whitespace while wrapping.
diff --git a/Misc/NEWS b/Misc/NEWS
index d29fe4e..52c3c81 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,9 @@
 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.