summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-22 06:39:20 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-01-22 06:39:20 (GMT)
commitb1681189af1157d9b6161c8a3a645c2eb816b415 (patch)
tree398df9055b82078c557fa2e2266c35f66270aefc /Misc
parent4459e009ed36331a976d605270bc0a81d091aa75 (diff)
parent7fe28ad8375677a6d696271d48783d6c38a74dce (diff)
downloadcpython-b1681189af1157d9b6161c8a3a645c2eb816b415.zip
cpython-b1681189af1157d9b6161c8a3a645c2eb816b415.tar.gz
cpython-b1681189af1157d9b6161c8a3a645c2eb816b415.tar.bz2
Issue #29290: Merge 3.5.
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 d829a56..c727559 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,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 #29316: Restore the provisional status of typing module, add