[Python-checkins] peps: PEP 476: Link to the two relevant tickets

alex.gaynor python-checkins at python.org
Mon Sep 15 23:29:55 CEST 2014


http://hg.python.org/peps/rev/ab5cdcf9c1fd
changeset:   5553:ab5cdcf9c1fd
user:        Alex Gaynor <alex.gaynor at gmail.com>
date:        Mon Sep 15 14:29:40 2014 -0700
summary:
  PEP 476: Link to the two relevant tickets

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


diff --git a/pep-0476.txt b/pep-0476.txt
--- a/pep-0476.txt
+++ b/pep-0476.txt
@@ -135,6 +135,14 @@
 backported in
 :pep:`466`.
 
+Implementation
+==============
+
+* `Issue 22366 <http://bugs.python.org/issue22366>`_ adds the ``context``
+  argument to ``urlib.request.urlopen``.
+* `Issue 22417 <http://bugs.python.org/issue22417>`_ implements the substance
+  of this PEP.
+
 Copyright
 =========
 

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


More information about the Python-checkins mailing list