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 brett.cannon
Recipients brett.cannon, christian.heimes, nnorwitz
Date 2007-11-22.20:26:54
SpamBayes Score 0.00946537
Marked as misclassified No
Message-id <1195763215.32.0.0942721493405.issue1631171@psf.upfronthosting.co.za>
In-reply-to
Content
Implementing warn_explicit() is going to be troublesome with the new
module_globals argument.  It requires not only to go through the hassle
of looking for a loader and calling get_source(), but it will most
likely require reworking the traceback function introduced to print out
the second line of output (it doesn't look like it directly supports
loaders, but I have not tried it personally).
History
Date User Action Args
2007-11-22 20:26:55brett.cannonsetspambayes_score: 0.00946537 -> 0.00946537
recipients: + brett.cannon, nnorwitz, christian.heimes
2007-11-22 20:26:55brett.cannonsetspambayes_score: 0.00946537 -> 0.00946537
messageid: <1195763215.32.0.0942721493405.issue1631171@psf.upfronthosting.co.za>
2007-11-22 20:26:55brett.cannonlinkissue1631171 messages
2007-11-22 20:26:54brett.cannoncreate