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 barry
Recipients Arfrever, Trundle, barry, brett.cannon, eric.smith, eric.snow, jcea, jkloth, lemburg, loewis, meador.inge
Date 2013-01-02.16:34:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130102113437.2f98df5f@resist.wooz.org>
In-reply-to <1357144175.31.0.615325626341.issue16047@psf.upfronthosting.co.za>
Content
On Jan 02, 2013, at 04:29 PM, Eric V. Smith wrote:

>I haven't had time to check yet: but why does site.py need the __file__
>attribute? Maybe that's the actual problem.

It uses it to find the license text when you type license() at the interactive
prompt.  I think setcopyright() should just ignore that if os.__file__ isn't
defined.  Why would you be printing the license at a prompt in a frozen
Python?
History
Date User Action Args
2013-01-02 16:34:40barrysetrecipients: + barry, lemburg, loewis, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, meador.inge, eric.snow
2013-01-02 16:34:40barrylinkissue16047 messages
2013-01-02 16:34:40barrycreate