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.

classification
Title: Use of __oct__/__hex__ should raise a Py3K warning
Type: Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Backport oct() and hex() to use __index__
View: 2337
Assigned To: Nosy List: benjamin.peterson, brett.cannon
Priority: critical Keywords: 26backport

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