Keep programming in python long enough and you'll see it eventually. It might be hard to recognize at first.
On the python bug tracker somewhere a while back there was a guy who wrote "if time_variable:" which resolved to false but only when it was called at midnight. It was initally resolved as wontfix.
(midnight being the datetime's conceptual equivalent to empty string, 0, empty list, etc.)
On the python bug tracker somewhere a while back there was a guy who wrote "if time_variable:" which resolved to false but only when it was called at midnight. It was initally resolved as wontfix.
(midnight being the datetime's conceptual equivalent to empty string, 0, empty list, etc.)