JsonService.get_smd doesn't work in Python 2.5

Bug #725879 reported by Shailesh Kumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Django ModelStore
New
Undecided
Unassigned

Bug Description

It assumes the return value of inspect.getargspec to be a named tuple. This support was added only in Python 2.6. For earlier versions of Python, args = sig[0] would be required.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.