Mark Dickinson <dicki...@gmail.com> added the comment:

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.

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43376>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to