[Python-Dev] Want to make dictproxy objects creatable from Python (original) (raw)
Jim Fulton jim at zope.com
Fri Sep 3 13:02:10 CEST 2004
- Previous message: please keep trunk frozen for a bit (was Re: [Python-Dev] RELEASED Python 2.4, alpha 3)
- Next message: [Python-Dev] Re: Alternative placeholder delimiters for PEP 292
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
New-style classes use dict proxies to protect their dictionaries from direct manipulation. I would like to be able to use these in other situations, but the dictproxy class doesn't let me create new instances. I propose to give the class new and init methods so that it is callable from Python.
Any objections?
May I do this for 2.4b1?
Jim
-- Jim Fulton mailto:jim at zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
- Previous message: please keep trunk frozen for a bit (was Re: [Python-Dev] RELEASED Python 2.4, alpha 3)
- Next message: [Python-Dev] Re: Alternative placeholder delimiters for PEP 292
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]