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/problem=33 and http://projecteuler.net/problem=57 , I 
think document should mention them. 

Thanks.

----------
assignee: docs@python
components: Documentation
messages: 195808
nosy: docs@python, icedream91
priority: normal
severity: normal
status: open
title: Document Fraction's numerator and denominator properties
type: enhancement
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to