diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-10 20:59:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-10 20:59:55 (GMT) |
commit | 60599525c509a962e8fb5897240d42a56c092961 (patch) | |
tree | 6c28cb4857666bc60f52624015ae3d879e65751e /Misc | |
parent | 82c05a54a2ad92cd1d7bb391a62dec0d06bbc13a (diff) | |
download | cpython-60599525c509a962e8fb5897240d42a56c092961.zip cpython-60599525c509a962e8fb5897240d42a56c092961.tar.gz cpython-60599525c509a962e8fb5897240d42a56c092961.tar.bz2 |
Issue #23016: A warning no longer produces AttributeError when the program
is run with pythonw.exe.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins Library ------- +- Issue #23016: A warning no longer produces an AttributeError when the program + 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. That is not the case, so the exception handler itself raised AttributeError |