Hi,
On Fri, Jun 21, 2013 at 9:20 PM, Steven D'Aprano 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 just use
Many people have raised concerns about this change, so I've now backed it out.
2013/6/18 Gregory P. Smith :
> 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 justificatio
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 acc
On Sat, Jun 22, 2013 at 1:43 PM, Scott Dial
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:
>
> http://hg.python.org/cpython/rev/f1dc30a1be72
>
> change