[issue12355] Crawler doesn't follow redirection

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12355 ___

[issue12355] Crawler doesn't follow redirection

2012-05-29 Thread Alexis Metaireau
Alexis Metaireau ale...@notmyidea.org added the comment: Did someone changed anything in the codebase regarding this (or did it solved itself magically?) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12355

[issue12355] Crawler doesn't follow redirection

2012-05-20 Thread Radu Voicilas
Radu Voicilas radu.voici...@gmail.com added the comment: I can no longer reproduce the issue on tip. Here's the output I get trying to do c.get_releases('webob'): $ ./python issue12355.py version has not been parsed: WebOb-0.8.3-py2.5 version has not been parsed: WebOb-0.9.1-py2.4 version has

[issue12355] Crawler doesn't follow redirection

2011-06-17 Thread Filip Gruszczyński
New submission from Filip Gruszczyński grusz...@gmail.com: When looking at issue #12348 I have noticed following behaviour: from packaging.pypi.simple import Crawler c = Crawler() c.get_releases('webob') Traceback (most recent call last): File test_crawl.py, line 3, in module

[issue12355] Crawler doesn't follow redirection

2011-06-17 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Sure, let’s follow redirections (and log them). -- stage: - needs patch type: crash - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12355

[issue12355] Crawler doesn't follow redirection

2011-06-17 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: OK, I'll try to come up with some patch. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12355 ___