]> granicus.if.org Git - python/commit
Added more documentation on how mixed-mode arithmetic should be implemented. I
authorJeffrey Yasskin <jyasskin@gmail.com>
Thu, 31 Jan 2008 07:44:11 +0000 (07:44 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Thu, 31 Jan 2008 07:44:11 +0000 (07:44 +0000)
commitb23dea6adb7eaf3f415e05b129afa01fa1c4dd5c
treecbf4e47655cc1cc341b384d213a0fceb865876ad
parente973c61238807dcf4ccedc18a99db8f478c422c7
Added more documentation on how mixed-mode arithmetic should be implemented. I
also noticed and fixed a bug in Rational's forward operators (they were
claiming all instances of numbers.Rational instead of just the concrete types).
Doc/library/numbers.rst
Lib/numbers.py
Lib/rational.py