Not quite sure where this should go, so I'll start here.

I needed to look up a bit more information about the timeit module than I
happened to be carrying around in my noggin just now, so I asked Google to
tell me about "Python timeit". The first three hits were:

https://docs.python.org/2/library/timeit.html
https://docs.python.org/3.0/library/timeit.html
http://stackoverflow.com/questions/8220801/how-to-use-timeit-module

The first and third hits are fine. The second, not so much. At this point,
I think any and all links directly into the 3.0 (and maybe 3.1)
documentation should perhaps redirect to the supported
https://docs.python.org/3 pages, at least unless URLs carry some sort of
"yes-damnit!" parameter. Maybe the robots.txt file should "disallow"
traversal of the /3.0 and /3.1 trees as well.

Just a couple thoughts...

Skip Montanaro
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to