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 lukasz.langa
Recipients hugovk, lukasz.langa
Date 2021-09-29.14:17:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632925070.77.0.526864148368.issue45320@roundup.psfhosted.org>
In-reply-to
Content
Have you done any checks how much external code is using the deprecated callables in the wild? I remember when the 3.5 deprecations started, a lot of libraries started emitting them because they stuck to `getargspec` which was Python 2 compatible.
History
Date User Action Args
2021-09-29 14:17:50lukasz.langasetrecipients: + lukasz.langa, hugovk
2021-09-29 14:17:50lukasz.langasetmessageid: <1632925070.77.0.526864148368.issue45320@roundup.psfhosted.org>
2021-09-29 14:17:50lukasz.langalinkissue45320 messages
2021-09-29 14:17:50lukasz.langacreate