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: UserDict New Style
Type: Stage:
Components: Extension Modules Versions: Python 2.4
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: indy90, rhettinger
Priority: normal Keywords: patch

Created on 2006-09-09 00:45 by indy90, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
UserDict.py indy90, 2006-09-09 00:45 UserDict.py
Messages (2)
msg51099 - (view) Author: Indy (indy90) Date: 2006-09-09 00:45
Made classes in UserDict inherit from object, and made
the decorator classmethod, in new style way.
msg51100 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2006-09-09 02:02
Logged In: YES 
user_id=80475

Sorry, changing from old style to new-style is not a 
backwards compatible change.  If we were going to do this, 
it would have happened long ago.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43955
2006-09-09 00:45:40indy90create