PEP 713: Add link to reference implementation (#3130)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Amethyst Reese 2023-04-30 10:08:25 -07:00 committed by GitHub
parent 5db5213b9f
commit 982e193c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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