Message252762
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. |
|
Date |
User |
Action |
Args |
2015-10-11 05:23:06 | Pavel Roskin | set | recipients:
+ Pavel Roskin, brett.cannon, terry.reedy, eric.araujo, r.david.murray, proski |
2015-10-11 05:23:06 | Pavel Roskin | set | messageid: <1444540986.17.0.331160251825.issue25303@psf.upfronthosting.co.za> |
2015-10-11 05:23:06 | Pavel Roskin | link | issue25303 messages |
2015-10-11 05:23:05 | Pavel Roskin | create | |
|