Message3423

Author leosoto
Recipients leosoto
Date 2008-08-11.21:59:40
SpamBayes Score 0.00137372
Marked as misclassified No
Message-id <1218491980.44.0.631464577103.issue1103@psf.upfronthosting.co.za>
In-reply-to
Content
I added __tojava__ to *Derived, without knowing that it was already
supported on PyInstance. So now we have two different (and not exactly
compatible) implementations for the same idea.

The problem is that the PyInstance.__tojava__ didn't let the
python-level __tojava__ a chance when the requested class was
Object.class. I don't like this (and will break zxJDBC when datetime.*
or decimal.Decimal parameters are passed without explicitly setting the
types as an extra argument).
History
Date User Action Args
2008-08-11 21:59:40leosotosetrecipients: + leosoto
2008-08-11 21:59:40leosotosetmessageid: <1218491980.44.0.631464577103.issue1103@psf.upfronthosting.co.za>
2008-08-11 21:59:40leosotolinkissue1103 messages
2008-08-11 21:59:40leosotocreate