This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jimjjewett
Recipients
Date 2006-01-19.22:35:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

Correct, the values in the dictionaries should be callables 
(usually a function) which take the old value and return the 
new.

That said, the test case would still be useful, because

(1) calling a string should raise a TypeError
(2) making a mistake should not corrupt the database.  
Perhaps the first except clause (which triggers a rollback) 
needs to be a bare except?  I'm guess the same is true of 
some of the other abort() lines...
History
Date User Action Args
2007-08-23 15:45:21adminlinkissue1408584 messages
2007-08-23 15:45:21admincreate