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 cdavid, christian.heimes, mark.dickinson, rhettinger
Date 2009-01-02.16:08:17
SpamBayes Score 0.018572725
Marked as misclassified No
Message-id <1230912499.33.0.453177575031.issue2121@psf.upfronthosting.co.za>
In-reply-to
Content
cdavid, in your application, how hard is it to work around the problem by 
simply printing and parsing pairs of floats rather than complex numbers?

E.g.,

<get real part and imaginary part from string> 
z = complex(float(real_part), float(imag_part))
History
Date User Action Args
2009-01-02 16:08:19mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, christian.heimes, cdavid
2009-01-02 16:08:19mark.dickinsonsetmessageid: <1230912499.33.0.453177575031.issue2121@psf.upfronthosting.co.za>
2009-01-02 16:08:18mark.dickinsonlinkissue2121 messages
2009-01-02 16:08:17mark.dickinsoncreate