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 pitrou
Recipients Retro, belopolsky, mark.dickinson, michael.foord, pitrou
Date 2010-11-28.21:17:05
SpamBayes Score 0.0003892118
Marked as misclassified No
Message-id <1290979028.71.0.0443785233159.issue10562@psf.upfronthosting.co.za>
In-reply-to
Content
There should be an environment variable to make the symbol settable.

$ PYTHONIMAGINARYSYMBOL=i python -c "import cmath; print(cmath.sqrt(-1))"
1i
History
Date User Action Args
2010-11-28 21:17:08pitrousetrecipients: + pitrou, mark.dickinson, belopolsky, Retro, michael.foord
2010-11-28 21:17:08pitrousetmessageid: <1290979028.71.0.0443785233159.issue10562@psf.upfronthosting.co.za>
2010-11-28 21:17:05pitroulinkissue10562 messages
2010-11-28 21:17:05pitroucreate