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/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to