Two wishes were fulfilled.

This commit is contained in:
Guido van Rossum 2014-02-20 16:55:12 -08:00
parent c87a214fc0
commit b1d315a541
1 changed files with 3 additions and 0 deletions

View File

@ -1876,6 +1876,9 @@ distribution.)
- Support a "start TLS" operation to upgrade a TCP socket to SSL/TLS.
Former wish list items that have since been implemented (but aren't
specified by the PEP):
- UNIX domain sockets.
- A per-loop error handling callback.