> 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 -- http://mail.python.org/mailman/listinfo/python-list