[issue18036] "How do I create a .pyc file?" FAQ entry is out of date

R. David Murray report at bugs.python.org
Fri Dec 13 18:43:35 CET 2013


R. David Murray added the comment:

Thanks, A Kaptur and Phil.  I used Phil's patch, and added some additional tweaks and words.  (For example, I don't think PYTHONDONTWRITEBYTECODE existed when the FAQ entry was last updated).

I've chosen to maintain the existing flow, since it matches the title of the entry better.  It is quite possible, however, that the "question" is no longer in fact a FAQ, since most people probably don't ever look in the __pycache__ directory unless they are a distro maintainer.  It is possible what is really needed is a section of the docs that covers the actual implementation of PEP 3147 and all the associated issues surrounding .pyc files, but this updated version of the FAQ entry is at least an improvement on the status quo.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18036>
_______________________________________


More information about the Python-bugs-list mailing list