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 pablogsal
Recipients asvetlov, lukasz.langa, pablogsal, vstinner, yselivanov
Date 2019-06-04.10:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> I'm curious if collections.__getattr__ suffers from the same problem?

Very likely, the problem is that there is no test in test_collections for the deprecation warning, so this situation never happens.
History
Date User Action Args
2019-06-04 10:24:16pablogsalsetrecipients: + pablogsal, vstinner, asvetlov, lukasz.langa, yselivanov
2019-06-04 10:24:16pablogsalsetmessageid: <[email protected]>
2019-06-04 10:24:16pablogsallinkissue37148 messages
2019-06-04 10:24:16pablogsalcreate