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 hawkowl
Recipients hawkowl
Date 2018-05-14.21:09:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526332146.43.0.682650639539.issue33509@psf.upfronthosting.co.za>
In-reply-to
Content
Reproducible with:

import warnings
warnings.warn_explicit("msg", DeprecationWarning, "name", 1, module_globals=None)
History
Date User Action Args
2018-05-14 21:09:06hawkowlsetrecipients: + hawkowl
2018-05-14 21:09:06hawkowlsetmessageid: <1526332146.43.0.682650639539.issue33509@psf.upfronthosting.co.za>
2018-05-14 21:09:06hawkowllinkissue33509 messages
2018-05-14 21:09:06hawkowlcreate