Reference implementation for PEP 422

This commit is contained in:
Nick Coghlan 2013-02-10 21:47:22 +10:00
parent 0a825fe2ee
commit a7dc8cb417
1 changed files with 10 additions and 1 deletions

View File

@ -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