summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-11 15:16:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-02-11 15:16:16 (GMT)
commit932bba33f2d9131b7e9bb1e9b45529d0b4550657 (patch)
tree788f69f168df6009fe9d6ef2663ad458ccf56fee /Misc
parent3a308b9f374da7f11df888f104dae6464e81d73d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 647cedf..bf0bc0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.