[Python-checkins] peps: PEP 493: link to issue with the implementation

nick.coghlan python-checkins at python.org
Fri Jan 15 02:47:07 EST 2016


https://hg.python.org/peps/rev/6a8f5a92aa13
changeset:   6188:6a8f5a92aa13
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Jan 15 17:46:40 2016 +1000
summary:
  PEP 493: link to issue with the implementation

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


diff --git a/pep-0493.txt b/pep-0493.txt
--- a/pep-0493.txt
+++ b/pep-0493.txt
@@ -256,6 +256,13 @@
 inside an activated Python virtual environment.
 
 
+Reference Implementation
+========================
+
+A patch for Python 2.7 implementing the above two features is attached to
+the `relevant tracker issue <http://bugs.python.org/issue23857>`__.
+
+
 Backporting this PEP to earlier Python versions
 ===============================================
 

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


More information about the Python-checkins mailing list