| Paste number 67749: | Python urllib |
| Pasted by: | mikeybe |
| 2 months, 50 minutes ago | |
| #code4lib | Context in IRC logs | |
| Paste contents: |
| import urllib gparams = urllib.urlencode({'bibkeys':'061837943','jscmd':'viewapi','callback':'mycallback'}) g=urllib.urlopen(url="http://books.google.com/books?%s" % gparams) print g.read() |
This paste has no annotations.