[Python-checkins] peps: Two wishes were fulfilled.

guido.van.rossum python-checkins at python.org
Fri Feb 21 01:56:12 CET 2014


http://hg.python.org/peps/rev/6663b3597adb
changeset:   5376:6663b3597adb
user:        Guido van Rossum <guido at dropbox.com>
date:        Thu Feb 20 16:55:12 2014 -0800
summary:
  Two wishes were fulfilled.

files:
  pep-3156.txt |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -1876,6 +1876,9 @@
 
 - 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.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list