On 3/17/06, Neal Becker <[EMAIL PROTECTED]> wrote:
OK, let's talk about it.

1. Does it make sense to have both

<site-dep>/app/subpackage
and
<site-indep>/app/subpackage
?

My answer: definitely yes. 

Nope. It would make sense to have .py files in site-indep and .pyc, .pyo and .so files in site-dep, but Python doesn't allow that (in 2.x, anyway; 3.x feature?) I believe it should all be in site-dep.

--
Thomas Wouters <[EMAIL PROTECTED]>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
_______________________________________________
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

Reply via email to