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 Arfrever
Recipients Arfrever, barry
Date 2010-04-29.18:16:37
SpamBayes Score 0.009981175
Marked as misclassified No
Message-id <1272564999.78.0.798226128853.issue8563@psf.upfronthosting.co.za>
In-reply-to
Content
__pycache__ directory could be removed only when os.mkdir(cache_dir) has succeeded. Empty __pycache__ directory existing before call to compileall.compile_file() wouldn't be removed.
History
Date User Action Args
2010-04-29 18:16:39Arfreversetrecipients: + Arfrever, barry
2010-04-29 18:16:39Arfreversetmessageid: <1272564999.78.0.798226128853.issue8563@psf.upfronthosting.co.za>
2010-04-29 18:16:37Arfreverlinkissue8563 messages
2010-04-29 18:16:37Arfrevercreate