#2461: TG2.1b1 Python 2.4 issues
------------------------+---------------------------------------------------
 Reporter:  lmacken     |       Owner:                  
     Type:  defect      |      Status:  new             
 Priority:  normal      |   Milestone:  __unclassified__
Component:  TurboGears  |     Version:  2.1             
 Severity:  normal      |    Keywords:                  
------------------------+---------------------------------------------------
 The latest restcontroller code does a ternary operation, which does not
 work in Python 2.4

 {{{
 Running TurboGears2-2.1b1/setup.py -q bdist_egg --dist-dir /tmp
 /easy_install-_f-W88/TurboGears2-2.1b1/egg-dist-tmp-obZ3ro
   File "build/bdist.linux-i686/egg/tg/controllers/restcontroller.py", line
 137
     method = current_controller.get_one if
 self._is_exposed(current_controller, 'get_one') else
 current_controller.get

 }}}             ^

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2461>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

-- 
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en

Reply via email to