]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't lie in __all__ attributes when SSL is not available: only add the SSL
authorThomas Wouters <thomas@python.org>
Thu, 30 Aug 2007 21:54:39 +0000 (21:54 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 30 Aug 2007 21:54:39 +0000 (21:54 +0000)
commita6900e8d720df0fbbe0da5d26e61bf187f1fa74a
tree780be1c533afefe83ea57cee69d267f7d1b70bcf
parentdcb3c382ac0977a72ef562759b0ec08e4d8468ad
Don't lie in __all__ attributes when SSL is not available: only add the SSL
classes when they are actually created.
Lib/httplib.py
Lib/imaplib.py
Lib/poplib.py
Lib/smtplib.py