]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
There's no need for typechecks on the second and third argument of
authorGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 19:21:05 +0000 (19:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 19:21:05 +0000 (19:21 +0000)
commit4f3a62d9bcc5219cfda370f540e6040a878d3b4f
tree4cc5f0e0b04e24be4360b07c8060500fcb4fb6a6
parent5e99731ab9e4706b4b06a57e3f429d2447071b4d
There's no need for typechecks on the second and third argument of
new.instancemethod() -- the instancemethod object is now a perfectly
general container.

This fixes SF bug ##503091 (Pedro Rodriquez): new.instancemethod fails
for new classes

This is a 2.2.1 candidate.
Doc/lib/libnew.tex
Modules/newmodule.c