[issue2051] PYO file permission problem

2008-02-09 Thread stocker81
stocker81 added the comment: Christian Heimes <[EMAIL PROTECTED]> wrote: > I haven't removed it from the listing. Look under priority "high" a few > pages up. > I'm sorry, my mistake. Regards, Marcin __ Tracker <[EMA

[issue2051] PYO file permission problem

2008-02-08 Thread stocker81
stocker81 added the comment: BTW, I see you've removed this issue from bugs list printed at http://bugs.python.org/ but everyone (including unlogged visitors) can access it still via http://bugs.python.org/issue2051 ... __ Tracker <[EMAIL PROTECTED

[issue2051] PYO file permission problem

2008-02-08 Thread stocker81
New submission from stocker81: Python's interpreter doesn't keep proper file permissions after importing library. See the fallowing: [EMAIL PROTECTED] ~ $ echo "key='top secret'" > key.py [EMAIL PROTECTED] ~ $ chmod 600 key.py [EMAIL PROTECTED] ~ $ python Pyt