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 gvanrossum
Recipients Retro, brian.curtin, eric.araujo, eric.snow, gvanrossum, lehmannro, lemburg, ncoghlan
Date 2011-11-21.20:12:36
SpamBayes Score 2.5580879e-05
Marked as misclassified No
Message-id <1321906357.12.0.837122652971.issue10562@psf.upfronthosting.co.za>
In-reply-to
Content
This will not be fixed. For one thing, the letter 'i' or upper case 'I' look too much like digits. The way numbers are parsed either by the language parser (in source code) or by the built-in functions (int, float, complex) should not be localizable or configurable in any way; that's asking for huge disappointments down the road. If you want to parse complex numbers using 'i' instead of 'j', you have plenty of solutions available already.
History
Date User Action Args
2011-11-21 20:12:37gvanrossumsetrecipients: + gvanrossum, lemburg, ncoghlan, lehmannro, eric.araujo, Retro, brian.curtin, eric.snow
2011-11-21 20:12:37gvanrossumsetmessageid: <1321906357.12.0.837122652971.issue10562@psf.upfronthosting.co.za>
2011-11-21 20:12:36gvanrossumlinkissue10562 messages
2011-11-21 20:12:36gvanrossumcreate