[Python-Dev] version numbers mismatched in google search results.
Gregory P. Smith
greg at krypto.org
Thu Jan 30 19:11:48 CET 2014
More information about the Python-Dev mailing list
Thu Jan 30 19:11:48 CET 2014
- Previous message: [Python-Dev] version numbers mismatched in google search results.
- Next message: [Python-Dev] version numbers mismatched in google search results.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 /release/ docs have redirects setup or be somehow marked as no crawl? http://docs.python.org/release/1.5.2p2/ext/parseTuple.html is the humorous result in this case. "I want to know how the API I'm using behaved 15 years ago!", said no one ever. -gps On Sat, Jan 25, 2014 at 9:34 PM, Benjamin Peterson <benjamin at python.org>wrote: > > > 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 > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/greg%40krypto.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140130/713d81ca/attachment.html>
- Previous message: [Python-Dev] version numbers mismatched in google search results.
- Next message: [Python-Dev] version numbers mismatched in google search results.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list