| ||||||
| 5/18 |
| 2008/6/10-13 [Uncategorized] UID:50216 Activity:nil |
6/10 Is there a library in python that lets me append parameters
to URL? I just want to add "?hello=1" or "&hello=1" depending
on whether a URL already has parameters.
\_ try request() in urllib2 . mess around with urllib urllib2
and urlparse. - danh |