On 8/16/07, Ian Bicking <[EMAIL PROTECTED]> wrote: > William Dode wrote: > > It seems that TG, cherrypy and pylon can run on python >=2.3. I also > > run my webapps with python 2.3, do you think it will be difficult to > > make webob work on 2.3 ? > > Yeah, I just got a bit lazy. I took out the decorators, and put in a > backport of UserDict.DictMixin. Those are the only things I can think > of now, but I haven't tested it with 2.3 yet.
Is *that* why it's UserDict instead of dict. I would say it's time for 2.3 users to upgrade. Otherwise there's no point in having new Python versions if you can't use the features. -- Mike Orr <[EMAIL PROTECTED]> _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
