[issue12355] Crawler doesn't follow redirection

Radu Voicilas report at bugs.python.org
Mon May 21 00:25:00 CEST 2012


Radu Voicilas <radu.voicilas at 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 not been parsed: WebOb-0.8-py2.4
version has not been parsed: WebOb-0.8.4-py2.5
version has not been parsed: WebOb-0.8.4-py2.4
version has not been parsed: WebOb-0.8.5-py2.4
version has not been parsed: WebOb-0.9-py2.4
version has not been parsed: WebOb-0.8.5-py2.5
version has not been parsed: WebOb-0.9.1-py2.5
version has not been parsed: WebOb-0.8.3-py2.4
version has not been parsed: WebOb-0.8.1-py2.4
version has not been parsed: WebOb-0.8.2-py2.4
version has not been parsed: WebOb-0.9-py2.5
version has not been parsed: WebOb-0.8.2-py2.5
[103083 refs]

----------
nosy: +raduv

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12355>
_______________________________________


More information about the Python-bugs-list mailing list