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 | 3c38dccf221d1bebb5711470a4641afa20a97294 (patch) | |
tree | 81df6c29be06f326ec3ede8a7b2c75561cf85415 /Misc | |
parent | ed06e8fa50c0428a57dd4e75f9a05962db68a43e (diff) | |
download | cpython-3c38dccf221d1bebb5711470a4641afa20a97294.zip cpython-3c38dccf221d1bebb5711470a4641afa20a97294.tar.gz cpython-3c38dccf221d1bebb5711470a4641afa20a97294.tar.bz2 |
Fix typos in documentation and comments
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3025,7 +3025,7 @@ Library - Issue #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. -- 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 |