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 belopolsky, eric.smith, ezio.melotti, lemburg, mark.dickinson, skrah, vstinner
Date 2010-12-02.19:20:05
SpamBayes Score 0.0041954424
Marked as misclassified No
Message-id <1291317608.37.0.198288005931.issue10557@psf.upfronthosting.co.za>
In-reply-to
Content
Ah yes, you're right: this shouldn't be a hard fix. I withdraw my suggestion for a separate patch.  :-)

Checking that:

  complex('\xa0(\xa02+3j\xa0)\xa0') == complex(2.0, 3.0)

would probably be enough.
History
Date User Action Args
2010-12-02 19:20:08mark.dickinsonsetrecipients: + mark.dickinson, lemburg, belopolsky, vstinner, eric.smith, ezio.melotti, skrah
2010-12-02 19:20:08mark.dickinsonsetmessageid: <1291317608.37.0.198288005931.issue10557@psf.upfronthosting.co.za>
2010-12-02 19:20:05mark.dickinsonlinkissue10557 messages
2010-12-02 19:20:05mark.dickinsoncreate