[Python-Dev] version numbers mismatched in google search results. (original) (raw)
Rick Boyce rickboyce at gmail.com
Fri Jan 31 13:41:48 CET 2014
- Previous message: [Python-Dev] version numbers mismatched in google search results.
- Next message: [Python-Dev] version numbers mismatched in google search results.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I get caught out a lot by the titles Google is showing for pages quite often too, but as far I can tell they are not related to the /dev docs.
If I Google "python builtins" the top 3 results, for me, are as follows:
- Built-in Functions -- Python v2.7.6 documentation -> http://docs.python.org/library/functions.html 28.3. builtins -- Built-in objects -- Python 3.3.3 documentation -> https://docs.python.org/3/library/builtins.html Built-in objects - Python 3.3.3 documentation -> http://docs.python.org/library/builtin.html
The top two are fine, but the last one is a Python 2 docs page but Google shows the title as being for 3.3. This seems to be really common when googling for python docs.
At least the design of the two versions is different enough that you spot it immediately, but it happens often enough to be confusing all the same!
Rick
On 25 January 2014 13:47, Vincent Davis <vincent at vincentdavis.net> wrote:
When I do a google search the version numbers are mismatched with the linked page (or redirected). For example search for "python counter" I get the following results. (see attachment) It seems like the website is redirecting incorrectly.
1. collections - Python 3.3.3 documentation<http://docs.python.org/library/collections.html> 1. links to http://docs.python.org/library/collections.html 2. redirects to http://docs.python.org/2/library/collections.html 3. Which is python 2.7.6 2. itertools - Python 3.3.3 documentation<http://docs.python.org/library/itertools.html> 1. links to http://docs.python.org/library/itertools.html 2. redirects to http://docs.python.org/2/library/itertools.html 3. Which is again 2.7.6 3. 8.3. collections -- Container datatypes - Python 3.3.3 documentation<http://docs.python.org/dev/library/collections> 1. This one seems correct, 3.40b2 2. links to http://docs.python.org/dev/library/collections The link to addresses are not really true, they look more like: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCcQFjAA&url=http%3A%2F%2Fdocs.python.org%2Flibrary%2Fcollections.html&ei=k7vjUqPrHMjsAS-m4G4Cw&usg=AFQjCNFTybRHzPdorBGavEIRekNnAFA&sig2=yW6S02oUEfioUot11lTAlQ&bvm=bv.59930103,d.cWc Vincent Davis
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/rickboyce%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140131/87245afd/attachment.html>
- Previous message: [Python-Dev] version numbers mismatched in google search results.
- Next message: [Python-Dev] version numbers mismatched in google search results.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]