PEP 493: link to issue with the implementation

This commit is contained in:
Nick Coghlan 2016-01-15 17:46:40 +10:00
parent e969ebe7de
commit 51f79940e1
1 changed files with 7 additions and 0 deletions

View File

@ -256,6 +256,13 @@ works the same way regardless of whether or not the interpreter is being run
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
===============================================