Issue 2352: Use of oct/hex should raise a Py3K warning (original) (raw)

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:32 admin set github: 46605
2008-04-27 19:08:36 benjamin.peterson set status: open -> closedresolution: duplicatesuperseder: Backport oct() and hex() to use __index__messages: + nosy: + benjamin.peterson
2008-03-17 20:14:51 brett.cannon set priority: release blocker -> critical
2008-03-17 19:27:13 brett.cannon create