Ticket #6004 enhancement new
Opened 8 months ago
posixbase imports twisted.protocols.tls to figure out if it can use it
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | exarkun | Branch: | |
| Author: | Launchpad Bug: |
Description
posixbase imports twisted.protocols.tls, thus making the reactor depend on many extra modules. It would be better not to do this import. When we drop support for older versions of pyOpenSSL, this import will always succeed if pyOpenSSL is present, so that should be better way to detect support for TLS.
Note: See
TracTickets for help on using
tickets.
