[issue25439] Add type checks to urllib.request.Request

Nan Wu report at bugs.python.org
Tue Oct 27 23:32:23 EDT 2015


Nan Wu added the comment:

The do_request_() method which is defined in AbstractHTTPHandler seems not cover the check at least for the first case Ezio brought up. `unknown_open` has been called and gives out a relatively confusing message.

----------

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


More information about the Python-bugs-list mailing list