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, douglas
Date 2008-08-24.23:39:53
SpamBayes Score 0.000385598
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Sun, Aug 24, 2008 at 2:51 PM, Benjamin Peterson
<[email protected]> wrote:
>
> Benjamin Peterson <[email protected]> added the comment:
>
> I'm not sure how we could implement a warning on import of exceptions
> aside from implementing it in the compiler. I suppose 2to3 could just
> remove the import...
>

... and would also have to change all references. But that would
probably work out fine.
History
Date User Action Args
2008-08-24 23:39:55brett.cannonsetrecipients: + brett.cannon, benjamin.peterson, douglas
2008-08-24 23:39:54brett.cannonlinkissue2350 messages
2008-08-24 23:39:54brett.cannoncreate