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 facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-02-09.14:52:39
SpamBayes Score 0.10668498
Marked as misclassified No
Message-id <1202568761.08.0.906645485996.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
Guido:

> Correct -- the thing is that you can't know the signature of the
> subclass's constructor so you can't very well blindly call that.

Jeffrey, is it okay for me to change the three class methods 
(from_float, from_decimal, from_continued_fraction) to static methods, 
and call Rational instead of cls as the constructor?
History
Date User Action Args
2008-02-09 14:52:41mark.dickinsonsetspambayes_score: 0.106685 -> 0.10668498
recipients: + mark.dickinson, gvanrossum, rhettinger, facundobatista, jyasskin
2008-02-09 14:52:41mark.dickinsonsetspambayes_score: 0.106685 -> 0.106685
messageid: <1202568761.08.0.906645485996.issue1682@psf.upfronthosting.co.za>
2008-02-09 14:52:40mark.dickinsonlinkissue1682 messages
2008-02-09 14:52:39mark.dickinsoncreate