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 amaury.forgeotdarc
Recipients Steve.Thompson, amaury.forgeotdarc, barry, brian.curtin, markon, mucisland, pdsimanyi, pitrou
Date 2010-09-03.20:36:29
SpamBayes Score 2.1673424e-05
Marked as misclassified No
Message-id <1283546190.96.0.389810289369.issue6074@psf.upfronthosting.co.za>
In-reply-to
Content
This is still the case: on Windows, if foo.py is readonly,
    python -c "import foo"
generates foo.pyc with the readonly attribute.

Tested with 3.1 and current py3k (where the file is named __pycache__\foo.cpython-32.pyc)
History
Date User Action Args
2010-09-03 20:36:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, pitrou, brian.curtin, pdsimanyi, markon, mucisland, Steve.Thompson
2010-09-03 20:36:30amaury.forgeotdarcsetmessageid: <1283546190.96.0.389810289369.issue6074@psf.upfronthosting.co.za>
2010-09-03 20:36:29amaury.forgeotdarclinkissue6074 messages
2010-09-03 20:36:29amaury.forgeotdarccreate