compare types?

Brian Quinlan brian at sweetapp.com
Tue Dec 31 02:18:07 EST 2002


> I understand why the above types match
> it just seems like there should be a easier
> way to compare a DateTime type?
> Or is this the way it should be done?

if isinstance(item, DateTime):
   





More information about the Python-list mailing list