Author jimjjewett
Recipients
Date 2006-06-30.21:49:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
1515163 is a regression from 2.4.

It is fairly obscure, as it should only affect 
deprecated string exceptions which also have a value.

raise "string", "string"

On the other hand, I did run into it while trying to 
clean up unittest.  The patch fixes this problem, and 
adds several test cases.

-jJ

History
Date User Action Args
2007-08-23 15:53:12adminlinkissue1515343 messages
2007-08-23 15:53:12admincreate