[issue36886] problem with Types on Python-3.8.0a4

Pablo Galindo Salgado report at bugs.python.org
Sat May 11 18:31:56 EDT 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> and/or to CodeType docs to indicate the signature has changed in 3.8 ?

The documentation never documented the arguments for the code type (probably on purpose), so not sure if adding a notice there will help much:

https://docs.python.org/3.8/library/types.html#types.CodeType

We can maybe add something more clear to the "what's new" section or the changelog.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36886>
_______________________________________


More information about the Python-bugs-list mailing list