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 tim.peters
Recipients mark.dickinson, pacosta, rhettinger, tim.peters
Date 2014-06-11.02:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402454616.94.0.76807402323.issue21712@psf.upfronthosting.co.za>
In-reply-to
Content
The gcd function is documented as taking two integer arguments:

"Return the greatest common divisor of the integers a and b."

I'm -0 on generalizing it, and also -0 on burning cycles to enforce the restriction to integer arguments.  It's just silly ;-)
History
Date User Action Args
2014-06-11 02:43:36tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, pacosta
2014-06-11 02:43:36tim.peterssetmessageid: <1402454616.94.0.76807402323.issue21712@psf.upfronthosting.co.za>
2014-06-11 02:43:36tim.peterslinkissue21712 messages
2014-06-11 02:43:36tim.peterscreate