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 brandtbucher, mark.dickinson
Date 2021-03-03.12:29:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614774583.4.0.800714281354.issue43376@roundup.psfhosted.org>
In-reply-to
Content
I'd imagine "PyComplex_FromString" would be of limited utility in parsing complex data produced by something other than Python, because of Python's quirks with "j" rather than "i". But I guess you're talking about a case where the creation of the text file involved using the repr or str of Python complex values?

But I don't see any reason in principle why it shouldn't/couldn't be added.
History
Date User Action Args
2021-03-03 12:29:43mark.dickinsonsetrecipients: + mark.dickinson, brandtbucher
2021-03-03 12:29:43mark.dickinsonsetmessageid: <1614774583.4.0.800714281354.issue43376@roundup.psfhosted.org>
2021-03-03 12:29:43mark.dickinsonlinkissue43376 messages
2021-03-03 12:29:43mark.dickinsoncreate