PEP 713: Add link to reference implementation (#3130)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
5db5213b9f
commit
982e193c54
|
@ -169,6 +169,13 @@ covering callable modules, with example code, similar to the section for
|
|||
__ https://docs.python.org/3/reference/datamodel.html#customizing-module-attribute-access
|
||||
|
||||
|
||||
Reference Implementation
|
||||
========================
|
||||
|
||||
The proposed implementation of callable modules is available in
|
||||
`CPython PR #103742 <https://github.com/python/cpython/pull/103742>`_.
|
||||
|
||||
|
||||
Rejected Ideas
|
||||
==============
|
||||
|
||||
|
|
Loading…
Reference in New Issue