From de18a41f592db18addcf57830691d759fce043c5 Mon Sep 17 00:00:00 2001 From: Jonathan Jackson <30133774+JonDevOps@users.noreply.github.com> Date: Fri, 10 Jan 2020 02:03:32 -0500 Subject: [PATCH] Removed dead links to Google Code Search (#1272) --- pep-0405.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pep-0405.txt b/pep-0405.txt index 3b09b31ae..44c40eee2 100644 --- a/pep-0405.txt +++ b/pep-0405.txt @@ -472,7 +472,7 @@ but do use ``sys.prefix`` directly to build up a list of site directories for pre-flight checking where ``pth`` files can usefully be placed. -Otherwise, a `Google Code Search`_ turns up what appears to be a +Otherwise, a Google Code Search turns up what appears to be a roughly even mix of usage between packages using ``sys.prefix`` to build up a site-packages path and packages using it to e.g. eliminate the standard-library from code-execution tracing. @@ -493,7 +493,6 @@ files. Rationale for this choice: .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools .. _distribute: http://packages.python.org/distribute/ -.. _Google Code Search: http://www.google.com/codesearch#search/&q=sys\.prefix&p=1&type=cs Impact on other Python implementations