[issue13567] HTTPError interface changes / breaks depending on what was passed to constructor
Pami Ketolainen added the comment: Patch adapted to 3.3 -- Added file: http://bugs.python.org/file23893/httperror-geturl-fix-3.patch ___ Python tracker <http://bugs.python.org/issue13
[issue13567] HTTPError interface changes / breaks depending on what was passed to constructor
New submission from Pami Ketolainen : In case of authentication error, HTTPError gets initialized without file object and constructor of addinfourl is not called. This means that url attribute is not set and geturl() (inherited from addinfourl) raises AttributeError. geturl() is not