Re: [Python-Dev] stat module in C -- what to do with stat.py?

2013-06-22 Thread Armin Rigo
Hi, On Fri, Jun 21, 2013 at 9:20 PM, Steven D'Aprano st...@pearwood.info wrote: process. Personally, I don't see the value in it; other implementations will need to do *something* special to use it anyway. That's not correct. Other implementations can do exactly what CPython 3.3 does, namely

Re: [Python-Dev] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod

2013-06-22 Thread Benjamin Peterson
Many people have raised concerns about this change, so I've now backed it out. 2013/6/18 Gregory P. Smith g...@krypto.org: Raymond - Why did you do this in the 2.7 branch? It hasn't been done in 3.3 or default and it isn't not the sort of change we make in a stable release branch without

Re: [Python-Dev] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod

2013-06-22 Thread Scott Dial
On 6/22/2013 2:17 PM, Benjamin Peterson wrote: Many people have raised concerns about this change, so I've now backed it out. I think that change also goes with this change: http://hg.python.org/cpython/rev/f1dc30a1be72 changeset 84248:f1dc30a1be72 2.7 Arrange structure to match the common

Re: [Python-Dev] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod

2013-06-22 Thread Guido van Rossum
On Sat, Jun 22, 2013 at 1:43 PM, Scott Dial scott+python-...@scottdial.com wrote: On 6/22/2013 2:17 PM, Benjamin Peterson wrote: Many people have raised concerns about this change, so I've now backed it out. I think that change also goes with this change: