summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorPeter Eisentraut2012-05-10 17:38:17 +0000
committerPeter Eisentraut2012-05-10 17:40:30 +0000
commita97207b6908f1d4a7d19b37b818367bb0171039f (patch)
tree2449209dd19a0894107b9c616b0451b4a5f06a4c /src/makefiles
parent1540d3bf4d405278533377ba81dbbf1c857eaec0 (diff)
PL/Python: Fix slicing support for result objects for Python 3
The old way of implementing slicing support by implementing PySequenceMethods.sq_slice no longer works in Python 3. You now have to implement PyMappingMethods.mp_subscript. Do this by simply proxying the call to the wrapped list of result dictionaries. Consolidate some of the subscripting regression tests. Jan UrbaƄski
Diffstat (limited to 'src/makefiles')
0 files changed, 0 insertions, 0 deletions