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 meador.inge
Recipients Arfrever, christian.heimes, eric.araujo, meador.inge, ncoghlan, pitrou
Date 2012-12-30.18:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356890544.62.0.757238131623.issue16804@psf.upfronthosting.co.za>
In-reply-to
Content
Whoops, the 'quit' case is actually intended and is documented (http://docs.python.org/3.4/library/site.html):

"""
or additions to the builtins. To explicitly trigger the usual site-specific additions, call the site.main() function.
"""

I think the right way to fix this is to use the accessor functions for the USER_* variables.  Does the attached look OK?
History
Date User Action Args
2012-12-30 18:02:24meador.ingesetrecipients: + meador.inge, ncoghlan, pitrou, christian.heimes, eric.araujo, Arfrever
2012-12-30 18:02:24meador.ingesetmessageid: <1356890544.62.0.757238131623.issue16804@psf.upfronthosting.co.za>
2012-12-30 18:02:24meador.ingelinkissue16804 messages
2012-12-30 18:02:24meador.ingecreate