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 daniel.urban
Recipients daniel.urban, docs@python
Date 2010-05-05.15:11:49
SpamBayes Score 0.023011012
Marked as misclassified No
Message-id <1273072311.36.0.918807999354.issue8628@psf.upfronthosting.co.za>
In-reply-to
Content
The current documentation of the imag abstract property of numbers.Complex is this:
"Abstract. Retrieves the Real component of this number."
Of course the imag attribute is the imaginary component, not the real.
History
Date User Action Args
2010-05-05 15:11:51daniel.urbansetrecipients: + daniel.urban, docs@python
2010-05-05 15:11:51daniel.urbansetmessageid: <1273072311.36.0.918807999354.issue8628@psf.upfronthosting.co.za>
2010-05-05 15:11:50daniel.urbanlinkissue8628 messages
2010-05-05 15:11:49daniel.urbancreate