commit | 2748c5c1060dfc6fa69dcb6bec0fa000e89ed1b4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Feb 11 10:16:16 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Feb 11 10:16:16 2014 -0500 |
tree | 2a85134422a2b75f8d751862ab4b38fcce830561 | |
parent | 79ce12e0fbc42b5c809238f578a6b5370536b765 [diff] [blame] |
avoid name clash with posix_close (closes #20594)
diff --git a/Misc/NEWS b/Misc/NEWS index 38d8630..d2ef384 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ 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.