Message 178594 - Python tracker (original) (raw)

Message178594

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:24 meador.inge set recipients: + meador.inge, ncoghlan, pitrou, christian.heimes, eric.araujo, Arfrever
2012-12-30 18:02:24 meador.inge set messageid: 1356890544.62.0.757238131623.issue16804@psf.upfronthosting.co.za
2012-12-30 18:02:24 meador.inge link issue16804 messages
2012-12-30 18:02:24 meador.inge create