[issue29799] Add tests for header API of 'urllib.request.Request' class

Martin Panter report at bugs.python.org
Sun Mar 12 18:32:47 EDT 2017


New submission from Martin Panter:

I think the RequestTests class really belongs in test_urllib2, which already has a RequestHdrsTests class testing these APIs.

BTW test_urllib.py (no 2) is mainly for testing the stuff that came from Python 2’s “urllib” module, but the Request class is in “urllib2” instead.

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list