Ticket #484 (defect)
Opened 3 years ago
Last modified 3 years ago
CherryPy on svn trunk since [1006] is no longer compatible with Python 2.3
Status: closed (fixed)
| Reported by: | horatio@computer.org | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | high | Milestone: | 2.2-final |
| Component: | CherryPy code | Keywords: | |
| Cc: |
A "python setup.py install" with my Python (2.3.5, generic x86 Gentoo Linux) on a current working copy of the CherryPy trunk chokes during the byte-compile phase, 'cos Python 2.3.5 apparently doesn't have decorators, and wsgiappfilter.py uses @cherrypy.exposed in its example.
Fix is trivial. Patch attached soon.
Attachments
Change History
03/12/06 03:08:32: Modified by horatio@computer.org
- attachment cherrypy-patch added.
03/12/06 08:47:45: Modified by dowski
- status changed from new to closed.
- resolution set to fixed.
My bad! Fixed in [1007]. Thanks to Horatio for the patch.


patch to fix