[ZODB-Dev] small bug in ape

Shane Hathaway shane at zope.com
Wed Jun 4 13:00:41 EDT 2003


Adam Groszer wrote:
> Shane,
> 
> I think there's a bug in apelib/zope2/classifier.py, at:
> 
>             if mt is None:
>                 raise SerializationError(
>                     'No classification known for %s' % repr(keychain))
> 
> SerializationError is not imported or it should be DeserializationError?

Thanks, fixed.  classifyObject() should raise SerializationError when it 
can't classify something, since it's involved in serialization.

Shane




More information about the ZODB-Dev mailing list