From 5c7ec450c775012053b44cfda1e9b443d39991c9 Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Wed, 12 Feb 2020 19:34:07 -0800 Subject: [PATCH] add template NEWS entry according to https://pip.pypa.io/en/latest/development/contributing/#news-entries (wrong PR #) --- news/1234.bugfix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 news/1234.bugfix diff --git a/news/1234.bugfix b/news/1234.bugfix new file mode 100644 index 00000000000..308678d06e6 --- /dev/null +++ b/news/1234.bugfix @@ -0,0 +1,3 @@ +Cache the result of parse_links() to avoid re-tokenizing a find-links page if the page's contents haven't changed. + +This change significantly improves resolve performance when --find-links points to a very large html page.