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 rhettinger
Recipients gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-01-09.17:48:32
SpamBayes Score 0.25229084
Marked as misclassified No
Message-id <1199900914.88.0.925647218368.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure I'm the grinch on this one.  I thought PEPs on this were 
rejected long ago and no one complained afterwards.  After years of 
watching newsgroup discussions and feature requests, I do not recall a 
single request or seeing a single problem that was better solved with a 
rational package.  On python-help and the tutorial newsgroup, I've 
never seen a question about the existing module in the Tools directory 
or even a question on the topic.

I think rational modules are ubiquitous for the same reason as Sudoku 
solvers -- they are cute, an easy exercise, and fun to write.  There is 
some variation in how each chooses to make compromises so the 
denominators do not get unusably large. Also, there is some variation 
in sophistication of the GCD/LCD algorithm.

I had thought the standards for inclusion in the standard library had 
risen quite a bit (best-in-class category killers and whatnot).  ISTM, 
this is aspiring cruft -- I cannot remember encountering a real 
business or engineering problem that needed rational arithmetic (the 
decimal module seems to meet the rare need for high precision 
arithmetic).

All that being said, maybe the module with serve some sort of 
educational purpose or will serve to show-off the numeric tower 
abstract base classes.
History
Date User Action Args
2008-01-09 17:48:35rhettingersetspambayes_score: 0.252291 -> 0.25229084
recipients: + rhettinger, gvanrossum, mark.dickinson, jyasskin
2008-01-09 17:48:34rhettingersetspambayes_score: 0.252291 -> 0.252291
messageid: <1199900914.88.0.925647218368.issue1682@psf.upfronthosting.co.za>
2008-01-09 17:48:33rhettingerlinkissue1682 messages
2008-01-09 17:48:32rhettingercreate