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: Py3K warn for using __methods__
Type: Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, georg.brandl
Priority: critical Keywords: 26backport

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

Messages (2)
msg63715 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 19:16
Using __methods__ should trigger a Py3K warning.
msg64272 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-21 20:22
Patch for #2346 included this.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46600
2008-03-21 20:22:32georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg64272
nosy: + georg.brandl
2008-03-17 20:13:45brett.cannonsetpriority: release blocker -> critical
2008-03-17 19:16:35brett.cannoncreate