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
Date 2010-07-29.13:41:03
SpamBayes Score 0.010820513
Marked as misclassified No
Message-id <1280410876.49.0.963700796596.issue9416@psf.upfronthosting.co.za>
In-reply-to
Content
>>> format(complex(-0.0, 2.0), '.10')   # expected '(-0+2j)'
'(+2j)'
>>> format(complex(-0.0, 2.0), '')      # gives expected result
'(-0+2j)'
History
Date User Action Args
2010-07-29 13:41:16mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2010-07-29 13:41:16mark.dickinsonsetmessageid: <1280410876.49.0.963700796596.issue9416@psf.upfronthosting.co.za>
2010-07-29 13:41:04mark.dickinsonlinkissue9416 messages
2010-07-29 13:41:03mark.dickinsoncreate