Re: [SQLObject] python 3 compatibility patch
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2011-05-15 15:50:22
|
On Sun, May 15, 2011 at 04:10:04PM +0200, Daniel Fetchinson wrote: > 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'. Applied and committed in the revision 4387 in the trunk. Thank you! Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |