Use operator.index() instead of n.__index__().
commit93486957daea29ec277f031348f41b691f07f608
authorraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 10 Jul 2008 10:28:41 +0000 (10 10:28 +0000)
committerraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 10 Jul 2008 10:28:41 +0000 (10 10:28 +0000)
tree9421213bfaea60b41459ec5c474ba18e3f1737c9
parenta6b94da2e13c9906fea4e7330aaa784589d40040
Use operator.index() instead of n.__index__().

git-svn-id: http://svn.python.org/projects/python/trunk@64836 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/fractions.py