From 51f79940e1320813114cb3653a81f2af0864e0b1 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 15 Jan 2016 17:46:40 +1000 Subject: [PATCH] PEP 493: link to issue with the implementation --- pep-0493.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0493.txt b/pep-0493.txt index ce58e0116..19f2e0439 100644 --- a/pep-0493.txt +++ b/pep-0493.txt @@ -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 `__. + + Backporting this PEP to earlier Python versions ===============================================