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 Evelyn Mitchell
Recipients Evelyn Mitchell
Date 2016-08-14.19:32:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471203172.09.0.573399775535.issue27763@psf.upfronthosting.co.za>
In-reply-to
Content
The description of abs() says "If the argument is a complex number, its magnitude is returned." but test_builtin doesn't include any complex number test cases.
History
Date User Action Args
2016-08-14 19:32:52Evelyn Mitchellsetrecipients: + Evelyn Mitchell
2016-08-14 19:32:52Evelyn Mitchellsetmessageid: <1471203172.09.0.573399775535.issue27763@psf.upfronthosting.co.za>
2016-08-14 19:32:52Evelyn Mitchelllinkissue27763 messages
2016-08-14 19:32:51Evelyn Mitchellcreate