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 Retro, belopolsky, brian.curtin, georg.brandl, lemburg, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-02.22:29:01
SpamBayes Score 0.11448906
Marked as misclassified No
Message-id <1291328943.07.0.817595644374.issue10562@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe we need a complex analog to datetime.strptime:

  complex.strpcx('(3 + 4i)', '(%R + %Ii)') -> 3 + 4j
History
Date User Action Args
2010-12-02 22:29:03mark.dickinsonsetrecipients: + mark.dickinson, lemburg, georg.brandl, rhettinger, belopolsky, pitrou, Retro, michael.foord, brian.curtin
2010-12-02 22:29:03mark.dickinsonsetmessageid: <1291328943.07.0.817595644374.issue10562@psf.upfronthosting.co.za>
2010-12-02 22:29:01mark.dickinsonlinkissue10562 messages
2010-12-02 22:29:01mark.dickinsoncreate