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 eric.smith, mark.dickinson, rhettinger
Date 2009-04-28.10:36:34
SpamBayes Score 2.3096975e-06
Marked as misclassified No
Message-id <1240914996.87.0.905799339695.issue5858@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still flip-flopping on this one.  On the minus side, this change
risks breaking doctests without any enormous gain to show for it.

On the plus side, Eric Smith is currently working on implementing
sensible formatting for complex numbers (issue 1588), and again the
current form of complex formatting is going to cause (minor,
surmountable, but still ugly) difficulties for that implementation
when the empty presentation type is being used (e.g., format(3j, '')
or format(3j, '<20')).

I'll come up with a patch and see how much breaks in core Python.
History
Date User Action Args
2009-04-28 10:36:37mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith
2009-04-28 10:36:36mark.dickinsonsetmessageid: <1240914996.87.0.905799339695.issue5858@psf.upfronthosting.co.za>
2009-04-28 10:36:35mark.dickinsonlinkissue5858 messages
2009-04-28 10:36:34mark.dickinsoncreate