summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-11 15:19:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-02-11 15:19:12 (GMT)
commite18e787e70fecb39789140489a33bbc3eaba36da (patch)
treef415a6c780236cbd12407873ff5916c1698a2013 /Misc
parent40be9e5100b652f93d6dcc2724615c8e57530e47 (diff)
parent932bba33f2d9131b7e9bb1e9b45529d0b4550657 (diff)
downloadcpython-e18e787e70fecb39789140489a33bbc3eaba36da.zip
cpython-e18e787e70fecb39789140489a33bbc3eaba36da.tar.gz
cpython-e18e787e70fecb39789140489a33bbc3eaba36da.tar.bz2
merge 3.3 (#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 e36e4b8..06001da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,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.