summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorRyan Shepherd <ryansh@microsoft.com>2023-03-22 13:40:04 -0700
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-04-10 16:45:34 +0200
commit8e6604c4c165a40f0ea615278e8cca9542c3fc97 (patch)
tree2f67c3c138866874b2ac40923efd3a3bb90794c3 /news
parent75db61099d470180cfba3a8f76bc73d26a341719 (diff)
downloadpip-8e6604c4c165a40f0ea615278e8cca9542c3fc97.tar.gz
Create 11889.bugfix.rst
Diffstat (limited to 'news')
-rw-r--r--news/11889.bugfix.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/11889.bugfix.rst b/news/11889.bugfix.rst
new file mode 100644
index 000000000..e760fd1fb
--- /dev/null
+++ b/news/11889.bugfix.rst
@@ -0,0 +1,4 @@
+The ``uninstall`` and ``install --force-reinstall`` commands no longer call
+``normalize_path()`` repeatedly on the same paths. Instead, these results are
+cached for the duration of an uninstall operation, resulting in improved
+performance, particularly on Windows.