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
signature.asc
Description: PGP signature
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com