n00b with urllib2: How to make it handle cookie automatically?

7stud bbxx789_05ss at yahoo.com
Sat Feb 23 01:05:55 EST 2008


On Feb 21, 11:50 pm, est <electronix... at gmail.com> wrote:
>
> class SmartRequest():
>

You should always define a class like this:

class SmartRequest(object):


unless you know of a specific reason not to.





More information about the Python-list mailing list