diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 13:48:10 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 13:48:10 (GMT) |
commit | f0564164bab43f078c9f84f334d72ddb0e69110c (patch) | |
tree | c932a0e51179ab15c414b95f280815f0901ac71a /Misc | |
parent | 129fe04d4deec15f9ca0ee79776e0c4335fc12e7 (diff) | |
download | cpython-f0564164bab43f078c9f84f334d72ddb0e69110c.zip cpython-f0564164bab43f078c9f84f334d72ddb0e69110c.tar.gz cpython-f0564164bab43f078c9f84f334d72ddb0e69110c.tar.bz2 |
Fix typos in comments, documentation and test method names
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2674,7 +2674,7 @@ Library is run with pythonw.exe. - Issue #21775: shutil.copytree(): fix crash when copying to VFAT. An exception - handler assumed that that OSError objects always have a 'winerror' attribute. + handler assumed that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward. |