From: Oleg B. <ph...@ph...> - 2009-09-30 15:56:40
|
On Mon, Jan 26, 2009 at 04:27:47PM -0800, Daniel Fetchinson wrote: > RefactoringTool: ### In file col.py ### > RefactoringTool: Line 357: could not convert: raise '@@: figure out > the exception for a delete' > RefactoringTool: Python 3 does not support string exceptions > RefactoringTool: Line 978: could not convert: raise "Enum type is not supported" > RefactoringTool: Python 3 does not support string exceptions Finally I fixed them in the trunk. Will be in version 0.12 soon. > I'd say a simple Exception( '@@: figure out the exception for a delete' ) and > Exception( 'Enum type is not supported' ) fix will be good enough. I made the first one RuntimeError and the second one TypeError. > I'll report on any further progress I make on porting sqlobject to python 3. Any progress? Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |