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 Pavel Roskin
Recipients Pavel Roskin, brett.cannon, eric.araujo, proski, r.david.murray, terry.reedy
Date 2015-10-11.05:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444540986.17.0.331160251825.issue25303@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the comments. I was annoyed by py_compile making files with names very similar to the original scripts, names that could not even be recognized by shell patterns in .gitignore unless scripts ending with "c" are banned. But that problem is addressed in Python 3. I don't really care what files are in __pycache__, I won't have that urge to remove them. And then I simply was annoyed by the fact that py_compile was ignoring my attempts to suppress its output. Now I understand the reason for that. Migrating to Python 3 would address my original problem with strange looking cache files. I'm going to close this issue.
History
Date User Action Args
2015-10-11 05:23:06Pavel Roskinsetrecipients: + Pavel Roskin, brett.cannon, terry.reedy, eric.araujo, r.david.murray, proski
2015-10-11 05:23:06Pavel Roskinsetmessageid: <1444540986.17.0.331160251825.issue25303@psf.upfronthosting.co.za>
2015-10-11 05:23:06Pavel Roskinlinkissue25303 messages
2015-10-11 05:23:05Pavel Roskincreate