Toshio Kuratomi <[EMAIL PROTECTED]> writes:

> 3) /usr/share has two purposes/criteria[1]_: architecture
> independent and datafiles. /usr/lib has two criteria[2]_:
> architecture independent and libraries. With .py{,c,o} we have both
> architecture indepedence and a library. So the criteria is in
> conflict with each other.

I think you mean:

* /usr/share has two criteria: architecture independent and data files

* /usr/lib has two criteria: architecture dependent and libraries

and that Python library files are both architecture independent and
libraries, thus neither of those fit perfectly.

-- 
 \        “A free press is one where it's okay to state the conclusion |
  `\                      you're led to by the evidence.” —Bill Moyers |
_o__)                                                                  |
Ben Finney

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to