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 lemburg
Recipients Retro, belopolsky, brian.curtin, eric.araujo, georg.brandl, lemburg, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-03.09:35:30
SpamBayes Score 0.0010252085
Marked as misclassified No
Message-id <4CF8B9E1.1040509@egenix.com>
In-reply-to <1291328943.07.0.817595644374.issue10562@psf.upfronthosting.co.za>
Content
Mark Dickinson wrote:
> 
> Mark Dickinson <dickinsm@gmail.com> added the comment:
> 
> Maybe we need a complex analog to datetime.strptime:
> 
>   complex.strpcx('(3 + 4i)', '(%R + %Ii)') -> 3 + 4j

That's a good idea.

Perhaps we could also add a .strfcx() to do the formatting in much
the same way.
History
Date User Action Args
2010-12-03 09:35:32lemburgsetrecipients: + lemburg, georg.brandl, rhettinger, mark.dickinson, belopolsky, pitrou, eric.araujo, Retro, michael.foord, brian.curtin
2010-12-03 09:35:30lemburglinkissue10562 messages
2010-12-03 09:35:30lemburgcreate