>>>>> Tim Roberts <[EMAIL PROTECTED]> (TR) wrote:

>TR> [EMAIL PROTECTED] wrote:
>>> cool. so this line
>>> server = smtplib.SMTP(localhost)
>>> is when i connect ?

>TR> Use the source, Luke.  Source code for every standard module is included on
>TR> your hard disk.  If you look in the __init__ for "class SMTP", your
>TR> question will be answered.

The documentation should be the ultimate reference for the API. The source
is just implementation detail which may change in the future.
-- 
Piet van Oostrum <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to