converting dict to object

Fredrik Lundh fredrik at pythonware.com
Sat Dec 2 15:51:57 EST 2006


John Machin wrote:

> Any experiences of keyword-bite?

creating or manipulating CSS-styled (X)HTML using an XML binding that 
exposes XML attributes as Python attributes.

(this could be viewed as an unnecessary restriction in the Python 
parser; it wouldn't be too hard to allow reserved words for keyword
argument names and for attribute access; iirc, Jython already does this, 
and Paul Svensson posted a patch for CPython a couple of years ago. 
PEP-time, anyone?)

</F>




More information about the Python-list mailing list