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 xiang.zhang
Recipients berker.peksag, methane, minrk, ned.deily, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-07.18:34:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481135695.7.0.148518024489.issue28147@psf.upfronthosting.co.za>
In-reply-to
Content
__dict__.pop seems not uncommon. Searching Github could give many practical codes using it. And many of them are acting as generic containers and could be used against massive cases.
History
Date User Action Args
2016-12-07 18:34:55xiang.zhangsetrecipients: + xiang.zhang, vstinner, ned.deily, methane, berker.peksag, serhiy.storchaka, minrk
2016-12-07 18:34:55xiang.zhangsetmessageid: <1481135695.7.0.148518024489.issue28147@psf.upfronthosting.co.za>
2016-12-07 18:34:55xiang.zhanglinkissue28147 messages
2016-12-07 18:34:55xiang.zhangcreate