commit | fc49073cd05878bdaf8e67aa26df30e32dc4b187 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue May 06 15:06:49 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue May 06 15:06:49 1997 +0000 |
tree | f8bac95b4cb77f11abc68e3de9286c37f22408de | |
parent | a1ebdbddb3e079bf9d3b00d2f25483b6b2cf3b9c [diff] |
Used operators from abstract.h where possible (arithmetic operators, get/set/del item). This removes a pile of duplication. There's no abstract operator for 'not' but I removed the function call for it anyway -- it's a little faster in-line.