Message178824
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? |
|
Date |
User |
Action |
Args |
2013-01-02 16:34:40 | barry | set | recipients:
+ barry, lemburg, loewis, brett.cannon, jcea, eric.smith, jkloth, Arfrever, Trundle, meador.inge, eric.snow |
2013-01-02 16:34:40 | barry | link | issue16047 messages |
2013-01-02 16:34:40 | barry | create | |
|