Issue 1470460: fix test_bisect in p3yk (original) (raw)

Issue1470460

Created on 2006-04-14 17:18 by twouters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
p3yk.bisect.diff twouters,2006-04-14 17:18
Messages (2)
msg49996 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-04-14 17:18
Trivial fix for test_bisect: since LenOnly and GetOnly are newstyle classes now (as is everything), trying to do the operation they don't have now raises TypeError instead of AttributeError.
msg49997 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-04-15 09:12
Logged In: YES user_id=34209 Checked in.
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43206
2008-01-06 22:29:46 admin set keywords: - py3kversions: + Python 3.0
2006-04-14 17🔞21 twouters create