commit | caea65e465101554b3cf46ca107e60027f8da312 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jun 11 00:25:29 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jun 11 00:25:29 2008 +0000 |
tree | 186a9f1eaab8d5913956a5df4c79c16f75054396 | |
parent | 31296c09ed1f1114a325da4ecafc5a8d8f079284 [diff] |
Mini-PEP: Simplifying numbers.py * Convert binary methods in Integral to mixin methods * Remove three-arg __pow__ as a required method * Make __int__ the root method instead of __long__.