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 arnaudc
Recipients arnaudc, docs@python, mark.dickinson, pitrou, skrah
Date 2011-12-17.22:31:44
SpamBayes Score 0.002948617
Marked as misclassified No
Message-id <1324161105.28.0.857975505912.issue13522@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Here is the patch I propose for this issue. This is my first attempt to contribute to Python, so please don't hit me too hard if I did something wrong. :)

When browsing the source code of complexobject.c, I also noticed that the return values of the _Py_c_quot and _Py_c_pow (which return zero in case of error) weren't documented at 

http://docs.python.org/dev/c-api/complex.html#_Py_c_quot
History
Date User Action Args
2011-12-17 22:31:45arnaudcsetrecipients: + arnaudc, mark.dickinson, pitrou, skrah, docs@python
2011-12-17 22:31:45arnaudcsetmessageid: <1324161105.28.0.857975505912.issue13522@psf.upfronthosting.co.za>
2011-12-17 22:31:44arnaudclinkissue13522 messages
2011-12-17 22:31:44arnaudccreate