Issue 1555097: UserDict New Style (original) (raw)

Issue1555097

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:20 admin set github: 43955
2006-09-09 00:45:40 indy90 create