[Python-Dev] PEP 3147, pycache directories and umask (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Tue Mar 23 15:45:15 CET 2010
- Previous message: [Python-Dev] PEP 3147, __pycache__ directories and umask
- Next message: [Python-Dev] PEP 3147, __pycache__ directories and umask
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Antoine Pitrou wrote:
or if a user installs by dragging into site-packages instead of using an installer? Well... do people actually do this?
Yes. We do it all the time with unpackaged only-for-internal-use Python code.
I wouldn't expect it to work with random packages downloaded from the 'net, but it works fine for our own stuff (since it expects to be used this way).
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] PEP 3147, __pycache__ directories and umask
- Next message: [Python-Dev] PEP 3147, __pycache__ directories and umask
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]