Frank wrote: > I just tried the latest version from SVN with Python 2.3, and there are > still a few decorators being used: > > 1. A few places in toolbox\shell.py
Those were added after my initial 2.3 patch. I've reopened ticket 119 and added a patch to change the decorator style. You'll also need the patch in ticket 131 to fix the use of threading.local(), but be aware that it moves the identity information from turbogears.identity to cherrypy.request. > 2. formencode: I forgot I'd patched my local copy; I've uploaded the patch for 0.3 to FormEncode's patch tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1357640&group_id=91231&atid=596418 You'll also need patches for Paste 0.3, PasteDeploy 0.3, and PasteScript 0.3.1, which are available at: http://pythonpaste.org/trac/ticket/30

