Author brett.cannon
Recipients
Date 2006-08-24.21:23:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

(2) I don't want to do that because it isn't like you can't
call bind() multiple times.  I would hate to get a Parameter
object with some suggested argument value, and then while I
had it have that value change because in another thread
someone called bind() on the Signature object again.

(3) Fair enough.  Changed to your suggestion in my version.

(4) OK, I see what you are getting at.  Changed in my
version.  I still wish there was a different exception that
I could use to flag that the binding didn't fail but that
the code couldn't figure out one without being destructive.

(5) Yep, that's a bug.  I have a test case for it now and
will work on fixing it.

(7) Fair enough.  Code changed and docstring updated.

I will work on fixing the bug I have that you reported.
History
Date User Action Args
2007-08-23 15:54:18adminlinkissue1544909 messages
2007-08-23 15:54:18admincreate