summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtpnet.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling left over from testing.R. David Murray2009-05-231-1/+1
|
* Don't be so wordy in requires('network') in case other testsR. David Murray2009-05-231-5/+2
| | | | are added later, and skip the existing test if SSL is not available.
* Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returnsR. David Murray2009-05-231-0/+26
the socket. Patch by Farhan Ahmad, test by Marcin Bachry.