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 docs@python, johnnyd, mark.dickinson, rhettinger, serhiy.storchaka, vstinner
Date 2018-06-24.06:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529823544.12.0.56676864532.issue32554@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe deprecate using a hash?

Any deprecation will likely break some existing code, but it would be nice to restrict inputs types to int, float, bytes, bytearray, or str.  Then we could remove all reference to hashing.
History
Date User Action Args
2018-06-24 06:59:04rhettingersetrecipients: + rhettinger, mark.dickinson, vstinner, docs@python, serhiy.storchaka, johnnyd
2018-06-24 06:59:04rhettingersetmessageid: <1529823544.12.0.56676864532.issue32554@psf.upfronthosting.co.za>
2018-06-24 06:59:04rhettingerlinkissue32554 messages
2018-06-24 06:59:03rhettingercreate