summaryrefslogtreecommitdiff
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:57:41 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 16:57:41 +0300
commit72d1c60fdb24f02910741eeb8734a84cd8034bb9 (patch)
tree5fdcd373960ff7babaca67791e171ea5f4b17682 /Misc/HISTORY
parentdffd84e2ad12d684d6600fdfe33a8083ac25bdc5 (diff)
downloadcpython-72d1c60fdb24f02910741eeb8734a84cd8034bb9.tar.gz
#18466: fix more typos. Patch by F?vry Thibault.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 8327dca44d..01c635b223 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -2806,7 +2806,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.