From: Daniel F. <fet...@go...> - 2009-10-14 20:40:45
|
>> 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. Great! Does this mean that 0.12 aims to 2to3-able? >> 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. +1 >> I'll report on any further progress I make on porting sqlobject to python >> 3. > > Any progress? Well, I didn't really do anything else than running the 2to3 script whose output I copied in the original post... Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown |