This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients arigo, belopolsky, christian.heimes, lemburg, rhettinger
Date 2017-06-05.04:58:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496638690.97.0.905769938557.issue29535@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than changing the documentation, I would prefer to have this fixed for date/time/datetiem unless MAL has a reason not to make the change.

For timezone, I don't think we really care.  

For timedelta, it is reasonable to always be the same hash.  It isn't conceptually different from the float given by s.total_seconds() or a tuple of (days, seconds, microseconds).
History
Date User Action Args
2017-06-05 04:58:11rhettingersetrecipients: + rhettinger, lemburg, arigo, belopolsky, christian.heimes
2017-06-05 04:58:10rhettingersetmessageid: <1496638690.97.0.905769938557.issue29535@psf.upfronthosting.co.za>
2017-06-05 04:58:10rhettingerlinkissue29535 messages
2017-06-05 04:58:10rhettingercreate