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 rhettinger
Recipients cdavid, christian.heimes, mark.dickinson, rhettinger
Date 2009-01-06.16:35:42
SpamBayes Score 0.17578556
Marked as misclassified No
Message-id <1231259743.5.0.00755346648078.issue2121@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, I'm somewhat uncomfortable with your proposal also.  It changes
what the parser will accept and the potential benefits are almost nil. 
Also, putting NaNs and Infs in complex numbers is probably not something
that should be pursued.  I see no utility in pairs like (NaN, 3.0) or
(-2.0, Inf).  The whole request is use case challenged.  AFAICT, the
current implementation suffice for real cases and there is no compelling
need to rearrange and redesign this code.
History
Date User Action Args
2009-01-06 16:35:43rhettingersetrecipients: + rhettinger, mark.dickinson, christian.heimes, cdavid
2009-01-06 16:35:43rhettingersetmessageid: <1231259743.5.0.00755346648078.issue2121@psf.upfronthosting.co.za>
2009-01-06 16:35:42rhettingerlinkissue2121 messages
2009-01-06 16:35:42rhettingercreate