msg63692 - (view) |
Author: Brett Cannon (brett.cannon) *  |
Date: 2008-03-17 17:38 |
Set literals need to be backported. |
|
|
msg70455 - (view) |
Author: Benjamin Peterson (benjamin.peterson) *  |
Date: 2008-07-31 01:52 |
I'm going to defer this to 2.7. |
|
|
msg91279 - (view) |
Author: Alexandre Vassalotti (alexandre.vassalotti) *  |
Date: 2009-08-04 22:28 |
Here is a patch for backporting set literals to the trunk. |
|
|
msg91280 - (view) |
Author: Raymond Hettinger (rhettinger) *  |
Date: 2009-08-04 22:36 |
Guido, I thought you had decided for this to just be a 3.x feature. Alex, if this goes forward, were you also going to change the repr() for sets and the corresponding pprint code? Are set comprehensions on the radar screen also. IMO, these all go hand in hand. |
|
|
msg91284 - (view) |
Author: Alexandre Vassalotti (alexandre.vassalotti) *  |
Date: 2009-08-04 23:27 |
I think we should keep the repr() of sets as is to avoid breaking any code. And yes, I plan to port set comprehensions along with dict comprehension. |
|
|
msg91289 - (view) |
Author: Guido van Rossum (gvanrossum) *  |
Date: 2009-08-05 00:35 |
Raymond, I know you see this differently, but personally I don't see a problem with 2.7 getting additional backports of 3.x features, as long as they are backwards compatible. While personally I wouldn't spend effort on this particular backport, I don't see a problem when someone volunteers a patch. In this specific case, I am fine with accepting set literals and set comprehensions as new syntax. I do agree that repr() needs to be kept the same as it was under 2.6. |
|
|
msg91294 - (view) |
Author: Raymond Hettinger (rhettinger) *  |
Date: 2009-08-05 01:53 |
These all seem fine to me. Was just checking in because I thought you had previously pronounced otherwise. |
|
|
msg96256 - (view) |
Author: Alexandre Vassalotti (alexandre.vassalotti) *  |
Date: 2009-12-11 14:11 |
If there are no objections, I will commit this patch later this week. |
|
|
msg97478 - (view) |
Author: Alexandre Vassalotti (alexandre.vassalotti) *  |
Date: 2010-01-09 23:37 |
It been a long week, but this patch is now committed as r77400. |
|
|