Re: [Python-Dev] PEP 3147: PYC Repository Directories
Feb. 6, 2010
9:37 p.m.
On Feb 03, 2010, at 09:26 AM, Floris Bruynooghe wrote:
On Wed, Feb 03, 2010 at 06:14:44PM +1100, Ben Finney wrote:
I don't understand the distinction you're making between those two options. Can you explain what you mean by each of “siblings” and “folder-per-folder”?
sibilings: the original proposal, i.e.:
foo.py foo.pyr/ MAGIC1.pyc MAGIC1.pyo ... bar.py bar.pyr/ MAGIC1.pyc MAGIC1.pyo ...
folder-per-folder:
foo.py bar.py __pyr__/ foo.MAGIC1.pyc foo.MAGIC1.pyo foo.MAGIC2.pyc bar.MAGIC1.pyc ...
IIUC
Correct. If necessary, I'll define those two terms in the PEP. -Barry
5850
Age (days ago)
5850
Last active (days ago)
0 comments
1 participants
participants (1)
-
Barry Warsaw