http://hg.python.org/peps/rev/dc9405a1eb06 changeset: 4729:dc9405a1eb06 user: Nick Coghlan <ncoghlan at gmail.com> date: Sun Feb 10 21:47:22 2013 +1000 summary: Reference implementation for PEP 422 files: pep-0422.txt | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pep-0422.txt b/pep-0422.txt --- a/pep-0422.txt +++ b/pep-0422.txt @@ -325,6 +325,12 @@ ``super()``), and could not make use of those features themselves. +Reference Implementation +======================== + +Daniel Urban has posted a reference implementation to the `issue tracker`_. + + References ========== @@ -337,12 +343,15 @@ .. _Zope's ExtensionClass: http://docs.zope.org/zope_secrets/extensionclass.html +.. _issue tracker: + http://bugs.python.org/issue17044 + Copyright ========= This document has been placed in the public domain. - + .. Local Variables: mode: indented-text -- Repository URL: http://hg.python.org/peps