--- "McNeill, David (GE Commercial Finance)"
<[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I've only been playing with PythonWin (and Python)
> for a day, but I'm very impressed, so far. One thing
> I can't figure out, though, is how to get the
> Interactive Window to format the output of some of
> the methods, such as __doc__. For instance, when I
> execute the line
> 
> >>>dict.__doc__
> 
> I get the following for output
> 

David,

try this instead:
>>>help(dict)

regards,
tlviewer

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to