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 eric.smith, mark.dickinson
Date 2009-04-24.12:50:34
SpamBayes Score 1.5112487e-07
Marked as misclassified No
Message-id <1240577435.73.0.037074518135.issue5816@psf.upfronthosting.co.za>
In-reply-to
Content
Backported to trunk in r71824.

Leaving open, as I now need forward port some bits of r71824 which
weren't in the r71818 checkin.

Note that with this change, some strings which were previously accepted 
by the complex constructor are no longer accepted.  Examples are:

'1..1j'
'1.11.1j'
'1e1.1j'

I consider this to be a bugfix:  I can't imagine that acceptance of 
those strings was intentional.  However, strings like:

'j'
'-j'
'4-j'

continue to be accepted.
History
Date User Action Args
2009-04-24 12:50:35mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2009-04-24 12:50:35mark.dickinsonsetmessageid: <1240577435.73.0.037074518135.issue5816@psf.upfronthosting.co.za>
2009-04-24 12:50:34mark.dickinsonlinkissue5816 messages
2009-04-24 12:50:34mark.dickinsoncreate