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: Renaming of attributes on functions need to be backported.
Type: behavior Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: brett.cannon, nnorwitz
Priority: critical Keywords: 26backport

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

Messages (2)
msg63689 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 17:36
It should be double-checked that the renaming of attributes from
functions has been completed.
msg63886 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2008-03-18 04:47
Committed revision 61492.
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46585
2008-03-18 04:47:03nnorwitzsetstatus: open -> closed
resolution: fixed
messages: + msg63886
2008-03-17 20:09:47brett.cannonsetpriority: release blocker -> critical
2008-03-17 17:36:03brett.cannoncreate