On Sat, 24 Mar 2001, Moshe Zadka wrote:
<...>
> I do think we need somewhere where all the .pyc's are "registered",

"locate .pyc"; or maybe locate .py, .pyc, and .pyo files, then
reconcile the three lists.

> so when
> a new version of Python comes along, it can recompile them, since pycs
> are not compatible across versions.

Another (mostly redundant) DB of filenames... I hope not.


- Bruce


Reply via email to