(original) (raw)


On 3/17/06, Neal Becker <ndbecker2@gmail.com> 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 <thomas@python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!