diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-01-22 06:39:20 (GMT) |
---|---|---|
committer | Xiang Zhang <angwerzx@126.com> | 2017-01-22 06:39:20 (GMT) |
commit | b1681189af1157d9b6161c8a3a645c2eb816b415 (patch) | |
tree | 398df9055b82078c557fa2e2266c35f66270aefc /Misc | |
parent | 4459e009ed36331a976d605270bc0a81d091aa75 (diff) | |
parent | 7fe28ad8375677a6d696271d48783d6c38a74dce (diff) | |
download | cpython-b1681189af1157d9b6161c8a3a645c2eb816b415.zip cpython-b1681189af1157d9b6161c8a3a645c2eb816b415.tar.gz cpython-b1681189af1157d9b6161c8a3a645c2eb816b415.tar.bz2 |
Issue #29290: Merge 3.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |