[issue18800] Document Fraction's numerator and denominator properties

2013-09-09 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in applicable versions 3.3 and 3.4. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: -Python 2.7 ___ Python tracker __

[issue18800] Document Fraction's numerator and denominator properties

2013-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe5c03fb0ff6 by Senthil Kumaran in branch '3.3': Document Fraction's numerator and denominator properties. http://hg.python.org/cpython/rev/fe5c03fb0ff6 New changeset 5fb700ca3fd5 by Senthil Kumaran in branch 'default': merge from 3.3 http://hg.pyth

[issue18800] Document Fraction's numerator and denominator properties

2013-09-08 Thread Madison May
Madison May added the comment: Simple and to the point. Sounds good to me... -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue18800] Document Fraction's numerator and denominator properties

2013-09-07 Thread Senthil Kumaran
Senthil Kumaran added the comment: How does this simple patch sound? -- keywords: +patch nosy: +orsenthil Added file: http://bugs.python.org/file31651/18800.patch ___ Python tracker

[issue18800] Document Fraction's numerator and denominator properties

2013-08-27 Thread Madison May
Madison May added the comment: 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 st

[issue18800] Document Fraction's numerator and denominator properties

2013-08-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue18800] Document Fraction's numerator and denominator properties

2013-08-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +easy nosy: +mark.dickinson, rhettinger stage: -> needs patch versions: +Python 2.7, Python 3.4 ___ Python tracker ___ ___

[issue18800] Document Fraction's numerator and denominator properties

2013-08-22 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue18800] Document Fraction's numerator and denominator properties

2013-08-21 Thread icedream91
New submission from icedream91: The document (http://docs.python.org/3/library/fractions.html) doesn't mention Fraction's numerator and denominator properties, I knew these properties from dir(). Since sometimes these two properties are very useful, for example: http://projecteuler.net/proble