This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: poplib.POP3_SSL doesn't have an actual test suite
Type: Stage:
Components: Tests Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: giampaolo.rodola Nosy List: giampaolo.rodola, pitrou
Priority: normal Keywords:

Created on 2010-05-26 19:31 by giampaolo.rodola, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg106570 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2010-05-26 19:31
As done for ftplib.FTP_TLS the tests executed in TestPOP3Class should be replicated to use poplib.POP3_SSL instead of poplib.POP3.

asyncore-based SSL test server used in test_ftplib.py can be used as an example on how to do this.
msg106571 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2010-05-26 19:40
I'm sorry, it seems I'm wrong.
Ignore this.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53073
2010-05-26 19:40:24giampaolo.rodolasetstatus: open -> closed
resolution: not a bug
messages: + msg106571
2010-05-26 19:31:29giampaolo.rodolacreate