[issue2335] Backport set literals

2010-01-09 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: It been a long week, but this patch is now committed as r77400. -- resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue2335] Backport set literals

2009-12-11 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: If there are no objections, I will commit this patch later this week. -- ___ Python tracker ___ __

[issue2335] Backport set literals

2009-08-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: These all seem fine to me. Was just checking in because I thought you had previously pronounced otherwise. -- ___ Python tracker ___ ___

[issue2335] Backport set literals

2009-08-04 Thread Guido van Rossum
Guido van Rossum added the comment: 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

[issue2335] Backport set literals

2009-08-04 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: 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. -- ___ Python tracker __

[issue2335] Backport set literals

2009-08-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: 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

[issue2335] Backport set literals

2009-08-04 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Here is a patch for backporting set literals to the trunk. -- keywords: +patch nosy: +alexandre.vassalotti stage: -> patch review Added file: http://bugs.python.org/file14650/backport_set_literal.diff ___ Pyth

[issue2335] Backport set literals

2008-07-30 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I'm going to defer this to 2.7. -- nosy: +benjamin.peterson versions: +Python 2.7 -Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> __

[issue2335] Backport set literals

2008-03-17 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: immediate -> urgent __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing lis

[issue2335] Backport set literals

2008-03-17 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: Set literals need to be backported. -- components: Interpreter Core keywords: 26backport messages: 63692 nosy: brett.cannon priority: immediate severity: normal status: open title: Backport set literals type: behavior versions: Python