Revision be70d6a...

Go back to digest for 5th February 2012

Bug Fixes in Development Tools

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

Fix two bugs with type support

1: foo = 3, 5 would not give a tuple, now does
2: all member functions which should return stuff depending on the content
type of a list or dict didn't work, no those that are supposed to do
(iteritems() for example)

File Changes

Modified 4 files
  •   documentation_files/builtindocumentation.py
  •   duchain/declarationbuilder.cpp
  •   duchain/expressionvisitor.cpp
  •   duchain/tests/pyduchaintest.cpp
4 files changed in total