[Python-checkins] peps: Add link to Vinay's import hook project

nick.coghlan python-checkins at python.org
Mon Mar 5 13:58:10 CET 2012


http://hg.python.org/peps/rev/44abb43f6e54
changeset:   4115:44abb43f6e54
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Mar 04 23:02:40 2012 +1000
summary:
  Add link to Vinay's import hook project

files:
  pep-0414.txt |  7 +++++--
  1 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/pep-0414.txt b/pep-0414.txt
--- a/pep-0414.txt
+++ b/pep-0414.txt
@@ -143,8 +143,7 @@
 This approach may prove useful, for example, for applications that wish to
 target Python 3 for the Ubuntu LTS release that ships with Python 2.7 and 3.2.
 
-If such an import hook becomes available, this PEP will be updated to include
-a reference to it.
+One such import hook project is Vinay Sajip's ``uprefix`` [4]_.
 
 
 Complaint: Python 3 shouldn't be made worse just to support porting from Python 2
@@ -367,6 +366,10 @@
 .. [3] Porting Python 2 Code to Python 3
    (http://docs.python.org/howto/pyporting.html)
 
+.. [4] uprefix import hook project
+   (https://bitbucket.org/vinay.sajip/uprefix)
+
+
 Copyright
 =========
 

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


More information about the Python-checkins mailing list