Floris Bruynooghe wrote:
> Personally I'm +1 on the folder-per-folder option.

Of all the proposed options, I also dislike the SVN/CVS style folder
structure the least ;)

Cheers,
Nick.

P.S. Translation of the double negative: I don't find any of the
solutions, even the current .pyc/.pyo approach, to be particularly
elegant, so I can't really say I like any of them in an absolute sense.
However, having a single cache folder inside each Python source folder
seems to strike the best balance between keeping a tidy filesystem and
still being able to locate a cached file given only the location of the
source file (or vice-versa) without using any Python-specific tools, so
it is the approach I personally prefer.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to