https://bugs.kde.org/show_bug.cgi?id=362521 Bug ID: 362521 Summary: PEP-3132 not supported Product: kdev-python Version: 4.90.91 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Language support Assignee: mail@svenbrauch.de Reporter: francis.herne@yahoo.co.uk PEP-3132 "Extended Iterable Unpacking" (https://www.python.org/dev/peps/pep-3132/), part of Python 3.0, allows the syntax: `a, *b, c = range(5)` Resulting in a == 0; b == [1,2,3]; c == 4 kdev-python doesn't like this and warns that 'b' is undefined. -- You are receiving this mail because: You are watching all bug changes.