From a7dc8cb417913184fd8962230d4282fd3ae15b70 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 10 Feb 2013 21:47:22 +1000 Subject: [PATCH] Reference implementation for PEP 422 --- pep-0422.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pep-0422.txt b/pep-0422.txt index e564eed6f..6f09fc024 100644 --- a/pep-0422.txt +++ b/pep-0422.txt @@ -325,6 +325,12 @@ relied on the ``__class__`` reference (or used the zero-argument form of ``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 @@ References .. _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