On 31.10.2016 19:42, Skip Montanaro wrote:
> 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.

The idea with the robots.txt file is a good one; not sure about
the suggestion to force a redirect to /3/, since those version,
albeit un-maintained may still be in use.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Oct 31 2016)
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> Python Database Interfaces ...           http://products.egenix.com/
>>> Plone/Zope Database Interfaces ...           http://zope.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
                      http://www.malemburg.com/

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

Reply via email to