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 remram
Recipients brett.cannon, pitrou, remram
Date 2014-10-03.01:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412298069.02.0.670557349164.issue22543@psf.upfronthosting.co.za>
In-reply-to
Content
It already does auto-import, but it does it before site-packages are set up, meaning that it fails in any practical setup.

See _getcategory(), called by _processoptions(): https://hg.python.org/cpython/file/b15c5a66213f/Lib/warnings.py#l148
History
Date User Action Args
2014-10-03 01:01:09remramsetrecipients: + remram, brett.cannon, pitrou
2014-10-03 01:01:09remramsetmessageid: <1412298069.02.0.670557349164.issue22543@psf.upfronthosting.co.za>
2014-10-03 01:01:09remramlinkissue22543 messages
2014-10-03 01:01:08remramcreate