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 mark.dickinson
Recipients mark.dickinson
Date 2009-07-22.21:54:55
SpamBayes Score 0.0005383821
Marked as misclassified No
Message-id <1248299698.0.0.920100025533.issue6548@psf.upfronthosting.co.za>
In-reply-to
Content
The wording of the first section of the cmath module documentation is 
confusing:  the displayed blocks seem to suggest that there are real() and 
imag() functions.

This first section really needs a serious rewrite.  While we're at it, it 
might also be nice to separate out the cmath functions into categories, in 
the same way that the math module documentation is organized.

Also, 'complex plain' -> 'complex plane'.
History
Date User Action Args
2009-07-22 21:54:58mark.dickinsonsetrecipients: + mark.dickinson
2009-07-22 21:54:58mark.dickinsonsetmessageid: <1248299698.0.0.920100025533.issue6548@psf.upfronthosting.co.za>
2009-07-22 21:54:56mark.dickinsonlinkissue6548 messages
2009-07-22 21:54:55mark.dickinsoncreate