[Python-Dev] PEP 575: Unifying function/method classes
Jeroen Demeyer
J.Demeyer at UGent.be
Thu Apr 12 12:12:02 EDT 2018
More information about the Python-Dev mailing list
Thu Apr 12 12:12:02 EDT 2018
- Previous message (by thread): [Python-Dev] python3.5.3: xmlrpc_net unit test fail
- Next message (by thread): [Python-Dev] PEP 575: Unifying function/method classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear Python developers, I would like to request a review of PEP 575, which is about changing the classes used for built-in functions and Python functions and methods. The text of the PEP can be found at https://www.python.org/dev/peps/pep-0575/ No substantial changes to the contents of the PEP were made compared to the first posting. However, many details have been changed, clarified or added, based on comments from the initial discussion thread and the work on an implementation. My implementation is at https://github.com/jdemeyer/cpython/tree/pep575 This is certainly not meant to be ready to merge upstream; in particular, the Python test suite does not fully pass. Nevertheless, it should be good enough to review the PEP. If the PEP would be accepted, I plan to continue working on the implementation, including adding tests and documentation. Jeroen.
- Previous message (by thread): [Python-Dev] python3.5.3: xmlrpc_net unit test fail
- Next message (by thread): [Python-Dev] PEP 575: Unifying function/method classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list