Paul Komkoff <[EMAIL PROTECTED]> added the comment:
I just checked the astimezone method - it also does this.
As with timedelta... well, it's not critical for me now but it worth
thinking about :)
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from Paul Komkoff <[EMAIL PROTECTED]>:
The datetime.datetime class overrides some arithmetic operations for it
to be able to add or subtract timedeltas. However, the result of A + B
operation, where A is instance of a subclass of datetime and B is
timedelta instance will be