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 jdwhitley, mark.dickinson
Date 2010-08-12.07:54:53
SpamBayes Score 0.0008589877
Marked as misclassified No
Message-id <1281599695.42.0.037124775586.issue9574@psf.upfronthosting.co.za>
In-reply-to
Content
Note also that spaces are already allowed immediately inside the parentheses in a string argument to the complex constructor (in python 2.6 and later):


>>> complex("( 1.1+2.1j )")
(1.1000000000000001+2.1000000000000001j)
History
Date User Action Args
2010-08-12 07:54:55mark.dickinsonsetrecipients: + mark.dickinson, jdwhitley
2010-08-12 07:54:55mark.dickinsonsetmessageid: <1281599695.42.0.037124775586.issue9574@psf.upfronthosting.co.za>
2010-08-12 07:54:53mark.dickinsonlinkissue9574 messages
2010-08-12 07:54:53mark.dickinsoncreate