Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-14 Thread Piotr Ożarowski
[Antoine Pitrou, 2010-09-13] > > > >I meant how these decisions are implemented. Is there a configure > > >switch (there doesn't seem to be)? Does it require patching Python? > > > > Ah, no. Standard configure switches are used. Debian (inherited by Ubuntu) > > has a post-installation script fo

Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-13 Thread Martin v. Löwis
Am 13.09.2010 17:36, schrieb Antoine Pitrou: > >>> I meant how these decisions are implemented. Is there a configure >>> switch (there doesn't seem to be)? Does it require patching Python? >> >> Ah, no. Standard configure switches are used. Debian (inherited by Ubuntu) >> has a post-installation

Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-13 Thread Antoine Pitrou
> >I meant how these decisions are implemented. Is there a configure > >switch (there doesn't seem to be)? Does it require patching Python? > > Ah, no. Standard configure switches are used. Debian (inherited by Ubuntu) > has a post-installation script for Python packages which create the .py >

Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-13 Thread Barry Warsaw
On Sep 13, 2010, at 05:04 PM, Antoine Pitrou wrote: >On Mon, 13 Sep 2010 10:55:16 -0400 >Barry Warsaw wrote: >> On Sep 13, 2010, at 04:36 PM, Antoine Pitrou wrote: >> >> -/usr/share/pyshared/foo.cpython-32m.so >> >> -/usr/share/pyshared/foo.cpython-33m.so >> >> +/usr/lib/python/foo.cp

Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-13 Thread Antoine Pitrou
On Mon, 13 Sep 2010 10:55:16 -0400 Barry Warsaw wrote: > On Sep 13, 2010, at 04:36 PM, Antoine Pitrou wrote: > > >On Mon, 13 Sep 2010 16:18:44 +0200 (CEST) > >barry.warsaw wrote: > >> > >> -For an arbitrary package `foo`, you would see these files when the > >> +For an arbitrary package `foo`,

Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-13 Thread Barry Warsaw
On Sep 13, 2010, at 04:36 PM, Antoine Pitrou wrote: >On Mon, 13 Sep 2010 16:18:44 +0200 (CEST) >barry.warsaw wrote: >> >> -For an arbitrary package `foo`, you would see these files when the >> +For an arbitrary package `foo`, you might see these files when the >> distribution package was insta

Re: [Python-Dev] r84775 - peps/trunk/pep-3149.txt

2010-09-13 Thread Antoine Pitrou
On Mon, 13 Sep 2010 16:18:44 +0200 (CEST) barry.warsaw wrote: > > -For an arbitrary package `foo`, you would see these files when the > +For an arbitrary package `foo`, you might see these files when the > distribution package was installed:: > > -/usr/share/pyshared/foo.cpython-32m.so >