This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbussonn
Recipients Big Stone, SilentGhost, mbussonn, pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-05-11.22:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557614996.75.0.126848508178.issue36886@roundup.psfhosted.org>
In-reply-to
Content
> There are other projects that have already added a fix for the new parameter positionally. If we add it to be the last (that still will break the old call) we would break them again.

Understandable


> The documentation never documented the arguments for the code type (probably on purpose)

Understandable as well, just thinking that a CYA sentence in types.rst: 
"These types are not supposed to be instantiated outside of CPython internals and constructor signatures can vary between python versions.

And maybe the docstrings. I rarely open the documentation on python.org and work most of the time by calling `help()` or `?` in IPython, so having some information saying this is non-public in the docstring would make sens to me. 

I'm happy to do it if it is deemed useful.
History
Date User Action Args
2019-05-11 22:49:56mbussonnsetrecipients: + mbussonn, paul.moore, tim.golden, SilentGhost, zach.ware, steve.dower, Big Stone, pablogsal
2019-05-11 22:49:56mbussonnsetmessageid: <1557614996.75.0.126848508178.issue36886@roundup.psfhosted.org>
2019-05-11 22:49:56mbussonnlinkissue36886 messages
2019-05-11 22:49:56mbussonncreate