ANNOUNCE: Mod_python 3.2.5 Beta

Damjan gdamjan at gmail.com
Wed Nov 23 22:56:42 EST 2005


> The Apache Software Foundation and The Apache HTTP Server Project are
> pleased to announce the 3.2.5 Beta release mod_python.
http://www.modpython.org/live/mod_python-3.2.5b/doc-html/hand-pub-alg-auth.html

says "Since functions cannot be assigned attributes,..."

But that's not true (at least in 2.3 and 2.4):

>>> def f():
...   return 'a'
...
>>> f.__auth__ = {1:'one'}


-- 
damjan



More information about the Python-list mailing list