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
Date 2008-08-21.18:21:08
SpamBayes Score 1.3918155e-05
Marked as misclassified No
Message-id <bbaeab100808211121p16b8ffdby183124d8b209b987@mail.gmail.com>
In-reply-to <1219326197.36.0.703474292041.issue2356@psf.upfronthosting.co.za>
Content
On Thu, Aug 21, 2008 at 6:43 AM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> This is going to be very hard to implement without module descriptors.
> It might be better to make a 2to3 fixer which inserts an import too.
>

So for every sys import you are going to add an "import atexit"? That
doesn't seem reasonable. And if the call is in an expression context
you definitely cannot add the import.
History
Date User Action Args
2008-08-21 18:21:10brett.cannonsetrecipients: + brett.cannon, benjamin.peterson
2008-08-21 18:21:09brett.cannonlinkissue2356 messages
2008-08-21 18:21:08brett.cannoncreate