Patches item #1470522, was opened at 2006-04-14 21:47
Message generated for change (Comment added) made by twouters
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1470522&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tests
Group: Python 3000
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Thomas Wouters (twouters)
Assigned to: Guido van Rossum (gvanrossum)
Summary: fix test_enumerate in p3yk

Initial Comment:
Fixes test_enumerate in p3yk; the failure is caused by
iter() doing the test for the 'next' method a lot
earlier, when dealing with newstyle classes, so the
TypeError the test was trying to trigger blew up in its
face.

----------------------------------------------------------------------

>Comment By: Thomas Wouters (twouters)
Date: 2006-04-15 11:16

Message:
Logged In: YES 
user_id=34209

Checked in.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1470522&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to