I hate to differ, but Python does not normally generate a .pyc file. It creates the byte code file in memory, only with imported modules Python will generate a byte code file to speed up their reuse.
__________________
I looked it up on the Intergnats!
|