compare types?
Brian Quinlan
brian at sweetapp.com
Tue Dec 31 02:18:07 EST 2002
More information about the Python-list mailing list
Tue Dec 31 02:18:07 EST 2002
- Previous message (by thread): compare types?
- Next message (by thread): compare types?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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):
- Previous message (by thread): compare types?
- Next message (by thread): compare types?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list