diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-02-11 15:16:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-02-11 15:16:16 (GMT) |
commit | 932bba33f2d9131b7e9bb1e9b45529d0b4550657 (patch) | |
tree | 788f69f168df6009fe9d6ef2663ad458ccf56fee /Misc | |
parent | 3a308b9f374da7f11df888f104dae6464e81d73d (diff) | |
download | cpython-932bba33f2d9131b7e9bb1e9b45529d0b4550657.zip cpython-932bba33f2d9131b7e9bb1e9b45529d0b4550657.tar.gz cpython-932bba33f2d9131b7e9bb1e9b45529d0b4550657.tar.bz2 |
avoid name clash with posix_close (closes #20594)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Core and Builtins Library ------- +- Issue #20594: Avoid name clash with the libc function posix_close. + - Issue #19856: shutil.move() failed to move a directory to other directory on Windows if source name ends with os.altsep. |