Re: [Python-Dev] [RELEASED] Python 3.3.4 release candidate 1
Am 29.01.2014 20:12, schrieb Serhiy Storchaka: > 29.01.14 18:55, Andrew Svetlov написав(ла): >> Would you to accept fixes for http://bugs.python.org/issue20434 and >> http://bugs.python.org/issue20437 before 3.3.4 final? > > And http://bugs.python.org/issue20440. No, sorry; these bugs are not regressions in 3.3.4 and have been there at least the whole 3.3 line (I think), so their fixes might do more harm than good if *they* are faulty. They are fine for 3.3.5 which is not too far away anyway. Georg ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] version numbers mismatched in google search results.
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 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@python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/greg%40krypto.org > ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] version numbers mismatched in google search results.
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/ . Only my 2 cents, but this "bug" as reported by Vincent Davis might be worth a workaround... A bientôt, Armin. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] version numbers mismatched in google search results.
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 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've now added /release to robots.txt. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com