comparing DateTime instances
Scott David Daniels
Scott.Daniels at Acm.Org
Fri Feb 1 21:30:30 EST 2002
More information about the Python-list mailing list
Fri Feb 1 21:30:30 EST 2002
- Previous message (by thread): comparing DateTime instances
- Next message (by thread): Running CGIs under my uid - going slowly insane.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
My technique for remembering what's what is: cmp(a,b) ? 0 <=> a ? b So: cmp(a,b) == 0 <=> a == b cmp(a,b) < 0 <=> a < b cmp(a,b) <= 0 <=> a <= b ..
- Previous message (by thread): comparing DateTime instances
- Next message (by thread): Running CGIs under my uid - going slowly insane.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list