[Python-ideas] Adding "View Python 3 Documentation" to all Python 2 documentation URLs

Steven D'Aprano steve at pearwood.info
Thu Sep 7 12:13:32 EDT 2017


On Thu, Sep 07, 2017 at 05:51:31AM +0000, Bar Harel wrote:
> A bit radical but do you believe we can contact Google to alter the search
> results?

You should try DuckDuckGo, it recognises "python" searches and quotes 
from, and links to, the Python 3 documentation at the top of the page 
before the search results. E.g.:

https://duckduckgo.com/html/?q=python%20functools

Both Bing and Yahoo also gives the Python 2 docs first:

https://www.bing.com/search?q=python+functools

https://au.search.yahoo.com/search?p=python+functools

-- 
Steve


More information about the Python-ideas mailing list