LGTM http://bugs.python.org/review/12576/diff/3079/8139 File Lib/urllib/request.py (right): http://bugs.python.org/review/12576/diff/3079/8139#newcode1150 Lib/urllib/request.py:1150: r = h.getresponse() # an HTTPResponse instance I notice that you changed the spacing before the # character; PEP 8 recommends two spaces, to make the comment more distinct from the code.