[Zope] Missing.Value

Dieter Maurer dieter@handshake.de
Tue, 24 Sep 2002 21:46:47 +0200


Oliver Marx writes:
 > I have a Z SQL object which returns Missing.Value
 > 
 > How do I preform a check for Missing.Value in python?
I would change the database adapter. It should return None
rather than "Missing.Value".


Dieter