summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-11-18 11:26:37 (GMT)
committerGitHub <noreply@github.com>2019-11-18 11:26:37 (GMT)
commit59c80889ff3f74230a613732aacf93d4de1e0e04 (patch)
tree3de6283e80a34a20d9f1aae8a543670786900001 /Misc
parent04c79d6088a22d467f04dbe438050c26de22fa85 (diff)
downloadcpython-59c80889ff3f74230a613732aacf93d4de1e0e04.zip
cpython-59c80889ff3f74230a613732aacf93d4de1e0e04.tar.gz
cpython-59c80889ff3f74230a613732aacf93d4de1e0e04.tar.bz2
Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219)
This reverts commit 111772fc27cfe388bc060f019d68a3e33481ec65.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-11-15-18-06-04.bpo-38811.AmdQ6M.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-15-18-06-04.bpo-38811.AmdQ6M.rst b/Misc/NEWS.d/next/Library/2019-11-15-18-06-04.bpo-38811.AmdQ6M.rst
deleted file mode 100644
index 0e4a7f5..0000000
--- a/Misc/NEWS.d/next/Library/2019-11-15-18-06-04.bpo-38811.AmdQ6M.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix an unhandled exception in :mod:`pathlib` when :meth:`os.link` is missing. Patch by Toke Høiland-Jørgensen.