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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon, collinwinter
Date 2008-08-25.19:52:56
SpamBayes Score 0.02433511
Marked as misclassified No
Message-id <1219693980.3.0.355339077372.issue2356@psf.upfronthosting.co.za>
In-reply-to
Content
Here's my 2to3 fixer for the cause. It always changes assignment to
sys.exitfunc to atexit.register. It then inserts a "import atexit" after
the module's sys import. If it can't find a sys import (that should be
rare obviously :) ), it emits a warning.
History
Date User Action Args
2008-08-25 19:53:00benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, collinwinter
2008-08-25 19:53:00benjamin.petersonsetmessageid: <1219693980.3.0.355339077372.issue2356@psf.upfronthosting.co.za>
2008-08-25 19:52:58benjamin.petersonlinkissue2356 messages
2008-08-25 19:52:58benjamin.petersoncreate