[issue15743] test_urllib2/test_urllib use deprecated urllib.Request methods

Senthil Kumaran report at bugs.python.org
Mon Aug 20 22:20:21 CEST 2012


Senthil Kumaran added the comment:

One change. get_method has only been changed not deprecated. Those test cases should not change and moreover the current change to assert against .method results in a failure too.  get_method would return "GET" when .method is None or empty.

----------

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


More information about the Python-bugs-list mailing list