anatoly techtonik wrote:
> Is it still actual? IMO Python regenerates *.pyc files by itself
> automaticall. Can anybody provide an example when it doesn't happen?

The problem is not re-generating the .pyc files, it's when the .py file
has been removed, but the .pyc file stays around. In that case, you can
still import the module, even though the source has disappeared.

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to