Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-31 Thread Rick Boyce
> > On 31 January 2014 14:23, Vincent Davis wrote: > >> >> On Fri, Jan 31, 2014 at 5:41 AM, Rick Boyce wrote: >> >>> 28.3. builtins -- Built-in objects -- Python 3.3.3 documentation -> >>> https://docs.python.org/3/library/builtins.html >> >> >> I can't get the https

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-31 Thread Rick Boyce
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: 2. Built-in Functions -- Python v2.7.6 documentation -> http://docs.python.org/li

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-31 Thread Vincent Davis
As I understand it, http://docs.python.org/library redirects to http://docs.python.org/2/library so that old links, blog posts. that exist in the world and originally referenced python 2 will sti

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-31 Thread Vincent Davis
On Fri, Jan 31, 2014 at 5:41 AM, Rick Boyce wrote: > 28.3. builtins — Built-in objects — Python 3.3.3 documentation -> > https://docs.python.org/3/library/builtins.html > ​I can't get the https link to work. Does python.org support https

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-30 Thread Benjamin Peterson
On Thu, Jan 30, 2014, at 10:11 AM, Gregory P. Smith wrote: > I also get search results with Python 1.5.0p2 showing up. > > Search for PyArg_ParseTuple. The first result is a URL with /2/ in it > who's > search result title says "3.3.3" but opening it is the correct 2.x > documentation. The secon

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-30 Thread Armin Rigo
Hi, On 25 January 2014 17:26, Georg Brandl wrote: > Yep, and the URLs without version never served Python 3 docs as far as I can > remember, so I don't know where Google has these s from. My guess would be that it's the title of the page that we (now) get from the url http://docs.python.org/ .

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-30 Thread Gregory P. Smith
I also get search results with Python 1.5.0p2 showing up. Search for PyArg_ParseTuple. The first result is a URL with /2/ in it who's search result title says "3.3.3" but opening it is the correct 2.x documentation. The second result is the ancient Python 1.5.0 docs. ;) Should the ancient /releas

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Benjamin Peterson
On Sat, Jan 25, 2014, at 07:04 PM, Nick Coghlan wrote: > Which suggests that the Google web crawler *is* spidering the dev > docs, which we generally don't want :P I've now added a robots.txt to disallow crawling /dev. ___ Python-Dev mailing list Pytho

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Vincent Davis
I think subdomains need there own robots.txt which docs.python.org nor docs.python.org/(2 or 3)/ have. and http://python.org/robots.txt (below) seems a little sparse. For sure /dev/ is not blocked # Directions for robots. See this URL: # http://www.robotstxt.org/wc/norobots.html # for a descript

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Nick Coghlan
On 26 January 2014 05:05, Benjamin Peterson wrote: > > > On Sat, Jan 25, 2014, at 10:55 AM, Vincent Davis wrote: >> On Sat, Jan 25, 2014 at 10:12 AM, Benjamin Peterson >> wrote: >> >> > Internal links with no version redirect to the Python 2 version for >> > backwards compatibility reasons. >> > >

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Benjamin Peterson
On Sat, Jan 25, 2014, at 10:55 AM, Vincent Davis wrote: > On Sat, Jan 25, 2014 at 10:12 AM, Benjamin Peterson > wrote: > > > Internal links with no version redirect to the Python 2 version for > > backwards compatibility reasons. > > > > On Sat, Jan 25, 2014 at 10:26 AM, Georg Brandl wrote: >

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Serhiy Storchaka
25.01.14 18:26, Georg Brandl написав(ла): Am 25.01.2014 17:12, schrieb Benjamin Peterson: On Sat, Jan 25, 2014, at 05:47 AM, Vincent Davis 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

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Georg Brandl
Am 25.01.2014 17:12, schrieb Benjamin Peterson: > On Sat, Jan 25, 2014, at 05:47 AM, Vincent Davis 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 >> attachme

Re: [Python-Dev] version numbers mismatched in google search results.

2014-01-25 Thread Benjamin Peterson
On Sat, Jan 25, 2014, at 05:47 AM, Vincent Davis 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 incorre