]> granicus.if.org Git - python/commit
Added timeout to smtplib (to SMTP and SMTP_SSL). Also created
authorFacundo Batista <facundobatista@gmail.com>
Wed, 28 Mar 2007 18:25:54 +0000 (18:25 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 28 Mar 2007 18:25:54 +0000 (18:25 +0000)
commit366d6262f810ea58a869f2039683871c7b7186fa
treecaa080f10f03abd20a656353e1e257482c0c3733
parent1fe9f968a21843175c3cbd6adf632aa95d2f2bef
Added timeout to smtplib (to SMTP and SMTP_SSL). Also created
the test_smtplib.py file, with a basic test and the timeout
ones. Docs are updated too.
Doc/lib/libsmtplib.tex
Lib/smtplib.py
Lib/test/test_smtplib.py [new file with mode: 0644]