Re: [Python-Dev] cherry pick a change to Enum

2014-02-21 Thread Barry Warsaw
On Feb 21, 2014, at 12:36 AM, Ethan Furman wrote: >If not, should we put the change in RC2 / Final? The main reason I'm pushing >for this is that Enum is still new, but after 3.4.0 is cut we then have to >deal with backwards compatibility issues. I concur this should be cherry picked. Let's not

Re: [Python-Dev] cherry pick a change to Enum

2014-02-21 Thread Nick Coghlan
On 21 February 2014 20:29, Antoine Pitrou wrote: > On Fri, 21 Feb 2014 00:36:09 -0800 > Ethan Furman wrote: >> >> Discussion >> == >> >> Is there a valid reason to not allow a user to modify how their enums are >> pickled? >> >> If not, should we put the change in RC2 / Final? The main

Re: [Python-Dev] cherry pick a change to Enum

2014-02-21 Thread Antoine Pitrou
On Fri, 21 Feb 2014 00:36:09 -0800 Ethan Furman wrote: > > Discussion > == > > Is there a valid reason to not allow a user to modify how their enums are > pickled? > > If not, should we put the change in RC2 / Final? The main reason I'm pushing > for this is that Enum is still new, b