Message912
>>> import urllib2
>>> h=urllib2.HTTPHandler()
>>> dir(h)
[]
Istead of :
Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200
32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for
more information.
>>> import urllib2
>>> h=urllib2.HTTPHandler()
>>> dir(h)
['__doc__', '__lt__', '__module__', 'add_parent',
'close', 'do_open', 'handler_o
rder', 'http_open']
>>>
Introspection would bring the needed info
|
|
Date |
User |
Action |
Args |
2008-02-20 17:17:18 | admin | link | issue998512 messages |
2008-02-20 17:17:18 | admin | create | |
|