diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
commit | cc71a795df4986bca5f88ce1e30f81608ca7387d (patch) | |
tree | 2372590be9a189f04f3e1cd048af3fd5255a4ae7 /Misc | |
parent | 28f35b24b67961626caa00dfee2c18223a05b696 (diff) | |
download | cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2 |
Fix typos in documentation and comments
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1812,7 +1812,7 @@ Library Build ----- -- Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating +- Issue #23817: FreeBSD now uses "1.0" in the SOVERSION as other operating systems, instead of just "1". - Issue #23501: Argument Clinic now generates code into separate files by default. @@ -6826,7 +6826,7 @@ Library Thomas Barlow. - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by - extention load_module()) now have a better chance of working when reloaded. + extension load_module()) now have a better chance of working when reloaded. - Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. @@ -7509,7 +7509,7 @@ Library - Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. -- Issue #16230: Fix a crash in select.select() when one the lists changes +- Issue #16230: Fix a crash in select.select() when one of the lists changes size while iterated on. Patch by Serhiy Storchaka. - Issue #16228: Fix a crash in the json module where a list changes size |