sakhaprox (rportnoy)

Race #1

View Pit Stop page for race #1 by rportnoyGhost race

View profile for sakhaprox (rportnoy)

Official speed 33.71 wpm (54.11 seconds elapsed during race)
Race Start December 22, 2010 2:29:22am UTC
Race Finish December 22, 2010 2:30:16am UTC
Outcome No win (2 of 3)
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)