Reference implementation for PEP 422
This commit is contained in:
parent
0a825fe2ee
commit
a7dc8cb417
11
pep-0422.txt
11
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
|
||||
|
|
Loading…
Reference in New Issue