]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
It's merge time!
authorMichael W. Hudson <mwh@python.net>
Mon, 28 Jan 2002 15:03:36 +0000 (15:03 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 28 Jan 2002 15:03:36 +0000 (15:03 +0000)
commitdd562b49fc954a01c7d47f6baf1454d0044244d0
treeff20a2de41dbcc3793417fb5c14c5a289cd97a14
parent9e4beda3fa5bef6ce6452c0b10f555babc14fa66
It's merge time!

Backport gvanrossum's checkin of revision 2.38:

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.
Modules/newmodule.c