Re: [Python-Dev] PEP 427: pure / plat distinction

2012-10-22 Thread Antoine Pitrou
Le lundi 22 octobre 2012 à 16:25 -0400, Daniel Holth a écrit : > On Mon, Oct 22, 2012 at 4:13 PM, Antoine Pitrou wrote: > > On Mon, 22 Oct 2012 15:39:07 -0400 > > Daniel Holth wrote: > >> On Mon, Oct 22, 2012 at 3:27 PM, Antoine Pitrou > >> wrote: > >> > > >> > Hello, > >> > > >> > How does the

Re: [Python-Dev] PEP 427: pure / plat distinction

2012-10-22 Thread Daniel Holth
On Mon, Oct 22, 2012 at 4:13 PM, Antoine Pitrou wrote: > On Mon, 22 Oct 2012 15:39:07 -0400 > Daniel Holth wrote: >> On Mon, Oct 22, 2012 at 3:27 PM, Antoine Pitrou wrote: >> > >> > Hello, >> > >> > How does the pure / plat distinction as outlined in PEP 427 cope with >> > Debian's system of sep

Re: [Python-Dev] PEP 427: pure / plat distinction

2012-10-22 Thread Antoine Pitrou
On Mon, 22 Oct 2012 15:39:07 -0400 Daniel Holth wrote: > On Mon, Oct 22, 2012 at 3:27 PM, Antoine Pitrou wrote: > > > > Hello, > > > > How does the pure / plat distinction as outlined in PEP 427 cope with > > Debian's system of separating installed files into pyshared (for *.py > > and *.egg-info

Re: [Python-Dev] PEP 427: pure / plat distinction

2012-10-22 Thread Daniel Holth
On Mon, Oct 22, 2012 at 3:27 PM, Antoine Pitrou wrote: > > Hello, > > How does the pure / plat distinction as outlined in PEP 427 cope with > Debian's system of separating installed files into pyshared (for *.py > and *.egg-info files) and pythonX.Y/dist-packages (for *.pyc and *.so > files)? > >

[Python-Dev] PEP 427: pure / plat distinction

2012-10-22 Thread Antoine Pitrou
Hello, How does the pure / plat distinction as outlined in PEP 427 cope with Debian's system of separating installed files into pyshared (for *.py and *.egg-info files) and pythonX.Y/dist-packages (for *.pyc and *.so files)? Thanks, Antoine. ___ Pyt