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 benjamin.peterson, brett.cannon, exarkun
Date 2008-10-22.23:16:23
SpamBayes Score 0.0014777719
Marked as misclassified No
Message-id <bbaeab100810221616s62cd24cu9cc60ccfc52a4f9b@mail.gmail.com>
In-reply-to <1224717108.88.0.241924311597.issue4180@psf.upfronthosting.co.za>
Content
On Wed, Oct 22, 2008 at 4:11 PM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> A simple solution would be to allow warn_explicit to be overridden. Then
> a custom warn_explicit function could simply ignore the registry argument.

You say "simple" from a comprehension standpoint, I say "pain" in
terms of implementing it in C (although most of the hard stuff I
already have worked out for showwarning).
History
Date User Action Args
2008-10-22 23:16:24brett.cannonsetrecipients: + brett.cannon, exarkun, benjamin.peterson
2008-10-22 23:16:23brett.cannonlinkissue4180 messages
2008-10-22 23:16:23brett.cannoncreate