Issue 2352: Use of __oct__/__hex__ should raise a Py3K warning

Issue2352

Created on 2008-03-17 19:27 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg63722 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 19:27
Use of __hex__ and __oct__ should raise a Py3K warning.
msg65893 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-27 19:08
This is being taken care of as #2337.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46605
2008-04-27 19:08:36benjamin.petersonsetstatus: open -> closed
resolution: duplicate
superseder: Backport oct() and hex() to use __index__
messages: + msg65893
nosy: + benjamin.peterson
2008-03-17 20:14:51brett.cannonsetpriority: release blocker -> critical
2008-03-17 19:27:13brett.cannoncreate