summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ec43af..80e6d95 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,9 @@ Extension Modules
Library
-------
+- Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately;
+ clarify docs.
+
- The wsgiref package has been added to the standard library.
- The functions update_wrapper() and wraps() have been added to the functools