Revision f242847...

Go back to digest for 2nd September 2012

Bug Fixes in Development Tools

Sven Brauch committed changes in [kdev-python] /:

Support iterating over lists of tuples while unpacking those.

Code example:
c = [(1, 2)]
for a, b in c: print a, b # a, b are ints

should fix

File Changes

Modified 3 files
  •   duchain/declarationbuilder.cpp
  •   duchain/expressionvisitor.cpp
  •   duchain/tests/pyduchaintest.cpp
3 files changed in total