summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-22 06:41:42 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-01-22 06:41:42 (GMT)
commitd528791096694307884762eebc8ec6fed279f302 (patch)
tree8a2982306e0a083a6d5137f14c1de209496290da /Misc
parent1dfaa6c38aa8607a29728db209072a5c95481bc1 (diff)
parentb1681189af1157d9b6161c8a3a645c2eb816b415 (diff)
downloadcpython-d528791096694307884762eebc8ec6fed279f302.zip
cpython-d528791096694307884762eebc8ec6fed279f302.tar.gz
cpython-d528791096694307884762eebc8ec6fed279f302.tar.bz2
Issue #29290: Merge 3.6.
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 6c2b435..efd8e32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -215,6 +215,9 @@ Core and Builtins
Library
-------
+- Issue #29290: Fix a regression in argparse that help messages would wrap at
+ non-breaking spaces.
+
- Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
- Issue #29197: Removed deprecated function ntpath.splitunc().