This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients ezio.melotti, mark.dickinson, rhettinger, skrah, ubershmekel
Date 2010-07-01.21:19:30
SpamBayes Score 0.0038179867
Marked as misclassified No
Message-id <1278019172.34.0.840687221954.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
[Raymond]
> self.Emin = DefaultContext.Emin if Emin is None else Emin

I agree that looks better.  But we can't spell it that way in 2.x (since conditional expressions aren't 2.3 compatible), and I'd prefer to keep the 2.x and 3.x versions reasonably close, at least while 2.x is still being maintained.

Still, no strong feelings either way.
History
Date User Action Args
2010-07-01 21:19:32mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, ezio.melotti, ubershmekel, skrah
2010-07-01 21:19:32mark.dickinsonsetmessageid: <1278019172.34.0.840687221954.issue9136@psf.upfronthosting.co.za>
2010-07-01 21:19:31mark.dickinsonlinkissue9136 messages
2010-07-01 21:19:30mark.dickinsoncreate