Removed dead links to Google Code Search (#1272)

This commit is contained in:
Jonathan Jackson 2020-01-10 02:03:32 -05:00 committed by Chris Angelico
parent 56ed98a227
commit de18a41f59
1 changed files with 1 additions and 2 deletions

View File

@ -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