[Python-checkins] peps: Link to implementation for PEP 488
brett.cannon
python-checkins at python.org
Wed Apr 1 17:55:31 CEST 2015
https://hg.python.org/peps/rev/9ee257fb5abe
changeset: 5747:9ee257fb5abe
user: Brett Cannon <brett at python.org>
date: Wed Apr 01 11:55:28 2015 -0400
summary:
Link to implementation for PEP 488
files:
pep-0488.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pep-0488.txt b/pep-0488.txt
--- a/pep-0488.txt
+++ b/pep-0488.txt
@@ -147,6 +147,8 @@
Implementation
==============
+An implementation of this PEP is available [11]_.
+
importlib
---------
@@ -334,6 +336,8 @@
.. [10] The PyPy Project
(http://pypy.org/)
+.. [11] Implementation of PEP 488
+ (http://bugs.python.org/issue23731)
Copyright
=========
--
Repository URL: https://hg.python.org/peps
More information about the Python-checkins
mailing list