[issue5922] Multi-with patch

2009-05-30 Thread Éric Araujo
Éric Araujo added the comment: Indeed, I called it nitpicking in the first place. I think it would be a micro-improvement, but still an improvement :) Thanks for replying. -- ___ Python tracker ___

[issue5922] Multi-with patch

2009-05-30 Thread Georg Brandl
Georg Brandl added the comment: I overlooked it, yes. But it also seems to me that it's no major problem :) -- ___ Python tracker ___

[issue5922] Multi-with patch

2009-05-30 Thread R. David Murray
R. David Murray added the comment: Probably overlooked. Perhaps Georg will comment definitively later. -- ___ Python tracker ___ ___

[issue5922] Multi-with patch

2009-05-30 Thread Éric Araujo
Éric Araujo added the comment: I’d like to know whether my suggestion was rejected or merely overlooked. -- ___ Python tracker ___ ___

[issue5922] Multi-with patch

2009-05-29 Thread R. David Murray
R. David Murray added the comment: This was applied by Georg in r72925. -- nosy: +r.david.murray resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed type: -> feature request ___ Python tracker

[issue5922] Multi-with patch

2009-05-05 Thread Éric Araujo
Éric Araujo added the comment: Nitpicking: I suggest renaming one class used in testing from CtorRaises to InitRaises, since __init__ is not a constructor (and the meaning of “Ctor” is not that obvious :) -- nosy: +Merwok ___ Python tracker

[issue5922] Multi-with patch

2009-05-04 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- priority: release blocker -> deferred blocker ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5922] Multi-with patch

2009-05-04 Thread Georg Brandl
New submission from Georg Brandl : So that this doesn't get overlooked. -- assignee: georg.brandl components: Interpreter Core files: issue53094_2001.diff keywords: patch messages: 87131 nosy: georg.brandl priority: release blocker severity: normal stage: patch review status: open title: