Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3439)

Issue 12576: urlib.request fails to open some sites

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 months ago by daniel.ugra
Modified:
10 months ago
Reviewers:
merwok
CC:
barry, Georg, terry.reedy, orsenthil, haypo, nneonneo, nadeem.vawda, ezio.melotti, eric.araujo, daniel.ugra, santa4nt, sorcio_gmail.com, devnull_psf.upfronthosting.co.za, angus_amcinnes.info, orsenthil, santa4nt, devnull_psf.upfronthosting.co.za
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
Lib/urllib/request.py View 1 chunk +5 lines, -3 lines 1 comment Download

Messages

Total messages: 1
eric.araujo
10 months ago #1
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.
Sign in to reply to this message.

RSS Feeds Recent Issues | This issue
This is Rietveld