]> granicus.if.org Git - python/commit
Turn classmethods into staticmethods, and avoid calling the constructor
authorMark Dickinson <dickinsm@gmail.com>
Sun, 10 Feb 2008 14:58:38 +0000 (14:58 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 10 Feb 2008 14:58:38 +0000 (14:58 +0000)
commit74d09144136e6b6cc072765fa052dd85f69dcde9
treed8b18e09753bca071c43cea46fc870ffde0e9c66
parentac094dc8a367a121dfbc7b53168d9176f3bebbb3
Turn classmethods into staticmethods, and avoid calling the constructor
of subclasses of Rational.  (See discussion in issue #1682.)
Lib/rational.py