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 madison.may
Recipients belopolsky, docs@python, ezio.melotti, icedream91, madison.may, mark.dickinson, rhettinger
Date 2013-08-27.12:23:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377606239.36.0.741749610607.issue18800@psf.upfronthosting.co.za>
In-reply-to
Content
The docs page does mention, however, that Fraction inherits from numbers.Rational, and links to that page (http://docs.python.org/2/library/numbers.html#numbers.Rational). There the properties 'numerator' and 'denominator' are clearly documented.  Perhaps its still worth it to mention those properties on the Fraction docs page though, or to include them in one of the examples.
History
Date User Action Args
2013-08-27 12:23:59madison.maysetrecipients: + madison.may, rhettinger, mark.dickinson, belopolsky, ezio.melotti, docs@python, icedream91
2013-08-27 12:23:59madison.maysetmessageid: <1377606239.36.0.741749610607.issue18800@psf.upfronthosting.co.za>
2013-08-27 12:23:59madison.maylinkissue18800 messages
2013-08-27 12:23:59madison.maycreate