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 brett.cannon
Recipients brett.cannon, lukasz.langa, pablogsal, serhiy.storchaka, steve.dower, vstinner
Date 2019-04-29.17:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556557349.65.0.26841674651.issue36751@roundup.psfhosted.org>
In-reply-to
Content
Steve's right that we can't change the indexes on those functions for pre-existing values, so appending to the end is the only real option in that case. I still think they should both be deprecated due to how limiting their APIs are.

Obviously signature() can be updated cleanly.
History
Date User Action Args
2019-04-29 17:02:29brett.cannonsetrecipients: + brett.cannon, vstinner, lukasz.langa, serhiy.storchaka, steve.dower, pablogsal
2019-04-29 17:02:29brett.cannonsetmessageid: <1556557349.65.0.26841674651.issue36751@roundup.psfhosted.org>
2019-04-29 17:02:29brett.cannonlinkissue36751 messages
2019-04-29 17:02:29brett.cannoncreate