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
    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
    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
    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=k7vjUqPrHM_jsAS-m4G4Cw&usg=AFQjCNFTyb_RHzPdorBGavEIR_ekNn_AFA&sig2=yW6S02oUEfioUot11lTAlQ&bvm=bv.59930103,d.cWc

Vincent Davis