Issue901976

classification
Title: fix sequence args in test_callext.py
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: bzimmer, ellisj, fwierzbicki, nobody
Priority: normal Keywords: patch

Created on 2004-02-22.03:00:15 by ellisj, last changed 2006-05-15.18:41:37 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
callextra-patch.txt ellisj, 2004-02-22.13:58:37
Messages
msg2358 (view) Author: Jonathan Ellis (ellisj) Date: 2004-02-22.03:00:15
Replace use of __len__ and __getitem__ to expand
sequence args with use of __iter__.
msg2359 (view) Author: Brian Zimmer (bzimmer) Date: 2005-02-20.19:59:44
Logged In: YES 
user_id=37674

I'm going to hold off on this until new-style classes are merged.
msg2360 (view) Author: Brian Zimmer (bzimmer) Date: 2005-07-04.18:46:44
Logged In: YES 
user_id=37674

What test case is fixed by this patch?  I don't see a test_callext in the 
testsuite.
msg2361 (view) Author: Nobody/Anonymous (nobody) Date: 2005-07-04.20:01:04
Logged In: NO 

dude, it's been a year and a half.  I don't remember.  I
don't even have the email account from which I discussed
this with Samuele anymore.
msg2362 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2006-05-15.18:41:37
Logged In: YES 
user_id=193969

hmmmm.  Since we can't find the testcase and the original
submitter does not remember enough about it, I'm rejecting
this patch.
History
Date User Action Args
2004-02-22 03:00:15ellisjcreate