[Python-Dev] Re: PEP 318 bake-off?

David Goodger goodger at python.org
Thu Apr 1 13:54:30 EST 2004


Phillip J. Eby wrote:
> Next, does anybody have any actual use cases for attribute decoration 
> today?

If you mean function attributes, Docutils uses them a lot.
They're described in
<http://docutils.sf.net/docutils/parsers/rst/directives/__init__.py>
and used in all the modules in that directory, such as
<docutils/docutils/parsers/rst/directives/images.py>.

-- David Goodger



More information about the Python-Dev mailing list