]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changes so that user-defined classes can implement operations invoked
authorGuido van Rossum <guido@python.org>
Wed, 12 Aug 1992 15:35:34 +0000 (15:35 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Aug 1992 15:35:34 +0000 (15:35 +0000)
commit04691fc1c1bb737c0db772f5c1ea697a351a01d9
tree80d559ec0adb25dd1774638ebb0f2bc8aa8afc67
parent423d6c6bcae783f8ebfcb0b692059eb294ab14dd
Changes so that user-defined classes can implement operations invoked
by special syntax: you can now define your own numbers, sequences and
mappings.
Include/ceval.h
Include/classobject.h
Objects/classobject.c
Python/bltinmodule.c
Python/ceval.c