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 ncoghlan
Recipients gvanrossum, kristjan.jonsson, ncoghlan, ned.deily, neologix, schmir
Date 2013-04-05.15:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365176973.51.0.435854632954.issue17639@psf.upfronthosting.co.za>
In-reply-to
Content
Not currently, because interpreter startup is a mess already. Overriding sys.path[0] initialisation is on the list for 3.4 already, I'm just advising strongly against piling any more complexity on top of the current rickety structure until we do something about the foundation.
History
Date User Action Args
2013-04-05 15:49:33ncoghlansetrecipients: + ncoghlan, gvanrossum, kristjan.jonsson, schmir, ned.deily, neologix
2013-04-05 15:49:33ncoghlansetmessageid: <1365176973.51.0.435854632954.issue17639@psf.upfronthosting.co.za>
2013-04-05 15:49:33ncoghlanlinkissue17639 messages
2013-04-05 15:49:33ncoghlancreate