From kde-bugs-dist Sat Apr 30 21:04:37 2016 From: Francis Herne via KDE Bugzilla Date: Sat, 30 Apr 2016 21:04:37 +0000 To: kde-bugs-dist Subject: [kdev-python] [Bug 362521] New: PEP-3132 not supported Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=146205028121510 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.