diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-10-09 12:54:02 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-10-09 12:54:02 (GMT) |
commit | 934f56335312da12cb21d66a16c6cf6e664c4a03 (patch) | |
tree | cf52ba18628119177caa4899f1cf6562119e5af4 /Misc | |
parent | c9061a5a2f9f5d34aa7734596c82c6f55995a417 (diff) | |
parent | ea69bd3ce14a776be0a64e32d45a3ee60d91210a (diff) | |
download | cpython-934f56335312da12cb21d66a16c6cf6e664c4a03.zip cpython-934f56335312da12cb21d66a16c6cf6e664c4a03.tar.gz cpython-934f56335312da12cb21d66a16c6cf6e664c4a03.tar.bz2 |
Issue #16169: Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror. + - Issue #1492704: shutil.copyfile() raises a distinct SameFileError now if source and destination are the same file. Patch by Atsuo Ishimoto. |