[Python-Dev] version numbers mismatched in google search results. (original) (raw)

Vincent Davis vincent at vincentdavis.net
Sat Jan 25 14:47:13 CET 2014


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>
  2. links to http://docs.python.org/library/collections.html
    1. redirects to http://docs.python.org/2/library/collections.html
    2. Which is python 2.7.6
  3. itertools - Python 3.3.3 documentation<http://docs.python.org/library/itertools.html>
  4. links to http://docs.python.org/library/itertools.html
    1. redirects to http://docs.python.org/2/library/itertools.html
    2. Which is again 2.7.6
  5. 8.3. collections — Container datatypes - Python 3.3.3 documentation<http://docs.python.org/dev/library/collections>
  6. This one seems correct, 3.40b2
    1. 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=k7vjUqPrHM_jsAS-m4G4Cw&usg=AFQjCNFTyb_RHzPdorBGavEIR_ekNn_AFA&sig2=yW6S02oUEfioUot11lTAlQ&bvm=bv.59930103,d.cWc

Vincent Davis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140125/01ef860e/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: python_counter.tiff Type: image/tiff Size: 153994 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20140125/01ef860e/attachment-0001.tiff>



More information about the Python-Dev mailing list