Re: [Python-Dev] r84513 - python/branches/py3k/Doc/whatsnew/3.2.rst

2010-09-05 Thread Antoine Pitrou
On Sun, 5 Sep 2010 02:27:25 +0200 (CEST) raymond.hettinger wrote: > + > +The common directory is "pyshared" and the file names are made distinct by > +identifying the Python implementation (such as CPython, PyPy, Jython, etc.), > the > +major and minor version numbers, and optional build flags (

Re: [Python-Dev] r84513 - python/branches/py3k/Doc/whatsnew/3.2.rst

2010-09-05 Thread Georg Brandl
Am 05.09.2010 13:18, schrieb Antoine Pitrou: > On Sun, 5 Sep 2010 02:27:25 +0200 (CEST) > raymond.hettinger wrote: >> + >> +The common directory is "pyshared" and the file names are made distinct by >> +identifying the Python implementation (such as CPython, PyPy, Jython, >> etc.), the >> +major

[Python-Dev] PEP 3149 thoughts

2010-09-05 Thread Martin v. Löwis
I know the PEP is accepted, but I would still like to see some changes/clarifications. 1. What is the effect of this PEP on Windows? Is this a Linux-only feature? If not, who is going to provide the changes for Windows? (More specifically: if this is indeed meant for Windows, and if no Wi

Re: [Python-Dev] PEP 3149 thoughts

2010-09-05 Thread Georg Brandl
Am 05.09.2010 19:22, schrieb "Martin v. Löwis": > I know the PEP is accepted, but I would still like to see some > changes/clarifications. > > 1. What is the effect of this PEP on Windows? Is this a Linux-only >feature? If not, who is going to provide the changes for Windows? >(More specif

Re: [Python-Dev] Summary of Python tracker Issues

2010-09-05 Thread Paul Moore
On 3 September 2010 17:41, Paul Moore wrote: > On 3 September 2010 17:30, Victor Stinner > wrote: >> Remember also the buildbot report: >> http://code.google.com/p/bbreport/wiki/PythonBuildbotReport >> >> Eg. there are some "no space left on device" on "x86 XP-5 *" build slaves. > > Thanks, I wa

Re: [Python-Dev] PEP 3149 thoughts

2010-09-05 Thread Martin v. Löwis
>> 1. What is the effect of this PEP on Windows? Is this a Linux-only >>feature? If not, who is going to provide the changes for Windows? >>(More specifically: if this is indeed meant for Windows, and >>if no Windows implementation arrives before 3.2b1, I'd ask that >>the changes be

Re: [Python-Dev] PEP 3149 thoughts

2010-09-05 Thread David Cournapeau
On Mon, Sep 6, 2010 at 3:16 AM, Georg Brandl wrote: > Am 05.09.2010 19:22, schrieb "Martin v. Löwis": >> I know the PEP is accepted, but I would still like to see some >> changes/clarifications. >> >> 1. What is the effect of this PEP on Windows? Is this a Linux-only >>    feature? If not, who is