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.

classification
Title: Incorrect numbers.Complex.imag documentation
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: daniel.urban, docs@python, mark.dickinson
Priority: normal Keywords:

Created on 2010-05-05 15:11 by daniel.urban, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg105048 - (view) Author: Daniel Urban (daniel.urban) * (Python triager) Date: 2010-05-05 15:11
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.
msg105089 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-05-05 21:55
Thanks for the report!  Fixed in r80826 through r80829.
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52874
2010-05-05 21:55:18mark.dickinsonsetstatus: open -> closed
resolution: fixed
messages: + msg105089
2010-05-05 16:53:16r.david.murraysetnosy: + mark.dickinson
2010-05-05 15:11:50daniel.urbancreate