[SQLObject] python 3 compatibility patch
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Daniel F. <fet...@go...> - 2011-05-15 14:10:11
|
I planning to send a series of patches for moving closer to python 3 compatibility as far as it is possible with python 2.x This first patch changes all 'mydict.has_key(name)' type of checks with 'name in mydict'. Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown |