[Python-checkins] peps: There is implementation of the super() changes in this PEP.

ronald.oussoren python-checkins at python.org
Mon Jul 15 17:12:45 CEST 2013


http://hg.python.org/peps/rev/f589d4509a1e
changeset:   5000:f589d4509a1e
user:        Ronald Oussoren <ronaldoussoren at mac.com>
date:        Mon Jul 15 17:12:32 2013 +0200
summary:
  There is implementation of the super() changes in this PEP.

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


diff --git a/pep-0447.txt b/pep-0447.txt
--- a/pep-0447.txt
+++ b/pep-0447.txt
@@ -152,7 +152,7 @@
 References
 ==========
 
-* `Issue 18181`_ contains a prototype implementation (for an older version of this proposal)
+* `Issue 18181`_ contains a partial prototype implementation
 
 
 Copyright

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


More information about the Python-checkins mailing list