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 alanmcintyre, dtorp, mark.dickinson, rhettinger
Date 2008-02-18.22:55:26
SpamBayes Score 0.08707592
Marked as misclassified No
Message-id <1203375327.46.0.685106461105.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
> Since the domain and range are ints/longs, this makes more sense as a 
> method on <type 'int'> than as a math module function.

Fair enough.  Raymond, do you have any thoughts on where a gcd 
implementation might most usefully live?  Should it stay in 
fractions.py, or is there a case for moving it somewhere more central?
History
Date User Action Args
2008-02-18 22:55:27mark.dickinsonsetspambayes_score: 0.0870759 -> 0.08707592
recipients: + mark.dickinson, rhettinger, dtorp, alanmcintyre
2008-02-18 22:55:27mark.dickinsonsetspambayes_score: 0.0870759 -> 0.0870759
messageid: <1203375327.46.0.685106461105.issue2138@psf.upfronthosting.co.za>
2008-02-18 22:55:26mark.dickinsonlinkissue2138 messages
2008-02-18 22:55:26mark.dickinsoncreate