diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:58:13 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:58:13 (GMT) |
commit | a7e7497d885b5616fbe9bd4b16778f9e0e50b07d (patch) | |
tree | 5e1e28b27364065e3f3f6ea06df67ad5e1228531 /Misc | |
parent | e0c69161bc9d4e9deca4fc0add189b4df9cce8cb (diff) | |
parent | 85a8629d2134969fc9c35b56509d3a76d9dccecf (diff) | |
download | cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.zip cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.gz cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.bz2 |
#18466: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 83421cd..4280764 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -6903,7 +6903,7 @@ Library - Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. -- Issue #8688: Distutils now recalculates MANIFEST everytime. +- Issue #8688: Distutils now recalculates MANIFEST every time. - Issue #8477: ssl.RAND_egd() and ssl._test_decode_cert() support str with surrogates and bytes for the filename. |