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 serhiy.storchaka
Recipients fcurella, mark.dickinson, ronaldoussoren, serhiy.storchaka
Date 2018-10-30.16:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540918710.09.0.788709270274.issue35115@psf.upfronthosting.co.za>
In-reply-to
Content
hex() used the __hex__() special method in Python 2. This was changed in Python 3 for purpose.

https://docs.python.org/3/whatsnew/3.0.html#operators-and-special-methods
History
Date User Action Args
2018-10-30 16:58:30serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, mark.dickinson, fcurella
2018-10-30 16:58:30serhiy.storchakasetmessageid: <1540918710.09.0.788709270274.issue35115@psf.upfronthosting.co.za>
2018-10-30 16:58:30serhiy.storchakalinkissue35115 messages
2018-10-30 16:58:30serhiy.storchakacreate