]> granicus.if.org Git - python/commit
Issue 4998: __slots__ on Fractions was useless.
authorRaymond Hettinger <python@rcn.com>
Tue, 20 Jan 2009 20:34:19 +0000 (20:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 20 Jan 2009 20:34:19 +0000 (20:34 +0000)
commit933d3a7a5474d135e451980a42171a690bd2bd2d
tree4e3e017c160d3654c8b85ba656f92580f5b7107d
parente548d2487d972288b60d45c25b2820b8cb2b65b6
Issue 4998:  __slots__ on Fractions was useless.
Lib/numbers.py
Lib/test/test_fractions.py
Misc/NEWS