#1093: setup.py doesn't work for python < 2.5
---------------------------+------------------------------------------------
Reporter: guest | Owner: fumanchu
Type: defect | Status: new
Priority: normal | Milestone:
Component: CherryPy code | Keywords:
---------------------------+------------------------------------------------
since setup.py uses ternary
http://en.wikipedia.org/wiki/Ternary_operation#Python
which was only in 2.5+
yet the CP docs claim to support 2.3+
--
Ticket URL: <
http://www.cherrypy.org/ticket/1093>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework