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 asvetlov
Recipients asvetlov, lukasz.langa, pablogsal, vstinner, yselivanov
Date 2019-06-04.10:19:36
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?

asyncio uses basically the same technique for deprecating global names on import.
History
Date User Action Args
2019-06-04 10:19:36asvetlovsetrecipients: + asvetlov, vstinner, lukasz.langa, yselivanov, pablogsal
2019-06-04 10:19:36asvetlovsetmessageid: <[email protected]>
2019-06-04 10:19:36asvetlovlinkissue37148 messages
2019-06-04 10:19:36asvetlovcreate