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 christian.heimes
Recipients christian.heimes, mykhal
Date 2007-11-09.20:12:00
SpamBayes Score 0.009004685
Marked as misclassified No
Message-id <1194639121.37.0.956344921479.issue1413@psf.upfronthosting.co.za>
In-reply-to
Content
It's a tricky problem because it's ambiguous:

>>> 1.j

What's going to happen here? Does it do getattr(1, 'j') or does it
create the imaginary number 1j?
History
Date User Action Args
2007-11-09 20:12:01christian.heimessetspambayes_score: 0.00900469 -> 0.009004685
recipients: + christian.heimes, mykhal
2007-11-09 20:12:01christian.heimessetspambayes_score: 0.00900469 -> 0.00900469
messageid: <1194639121.37.0.956344921479.issue1413@psf.upfronthosting.co.za>
2007-11-09 20:12:01christian.heimeslinkissue1413 messages
2007-11-09 20:12:01christian.heimescreate