summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2023-11-12 22:59:17 (GMT)
committerGitHub <noreply@github.com>2023-11-12 22:59:17 (GMT)
commitd7cef7bc7ea5478abb90a37c8ffb0792cc6e7518 (patch)
treeefa3be6fa18ae9b600a255f89708ec304d83cb0c /Misc
parentb2af50cb0266f654cff126c7a78a4a7755bc3fbe (diff)
downloadcpython-d7cef7bc7ea5478abb90a37c8ffb0792cc6e7518.zip
cpython-d7cef7bc7ea5478abb90a37c8ffb0792cc6e7518.tar.gz
cpython-d7cef7bc7ea5478abb90a37c8ffb0792cc6e7518.tar.bz2
GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-28-22-11-11.gh-issue-111429.mJGxuQ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-28-22-11-11.gh-issue-111429.mJGxuQ.rst b/Misc/NEWS.d/next/Library/2023-10-28-22-11-11.gh-issue-111429.mJGxuQ.rst
new file mode 100644
index 0000000..c8bc4c5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-28-22-11-11.gh-issue-111429.mJGxuQ.rst
@@ -0,0 +1,2 @@
+Speed up :meth:`pathlib.PurePath.relative_to` and
+:meth:`~pathlib.PurePath.is_relative_to`.