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 christian.heimes
Recipients arigo, christian.heimes
Date 2017-02-11.15:25:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486826754.48.0.281056235907.issue29535@psf.upfronthosting.co.za>
In-reply-to
Content
Only the hash of str and bytes are randomized/ The types date, datetime and time are not subject to hash randomization. Same for int, float, bool and None.
History
Date User Action Args
2017-02-11 15:25:54christian.heimessetrecipients: + christian.heimes, arigo
2017-02-11 15:25:54christian.heimessetmessageid: <1486826754.48.0.281056235907.issue29535@psf.upfronthosting.co.za>
2017-02-11 15:25:54christian.heimeslinkissue29535 messages
2017-02-11 15:25:54christian.heimescreate