Dumb python questions

Paul Rubin phr-n2001 at nightsong.com
Wed Aug 15 08:39:24 EDT 2001


Martin von Loewis <loewis at informatik.hu-berlin.de> writes:
> It doesn't?
> 
> # Complex numbers have a real and imaginary part, which are both
> # implemented using double in C. To extract these parts froma complex
> # number z, use z.real and z.imag.
> 
> sounds as precise to me as it can get. In any case, to report
> documentation bugs, just use the bug tracker at
> sf.net/projects/python.

Yes, I missed that by skipping over the verbiage and looking in the
table of operations below.  z.real and z.imag are missing from the
table.  So I still have a stylistic objection to the manual that I
think should be fixed, but at least the info isn't missing outright
as it first appeared.



More information about the Python-list mailing list