Bug 330840

Summary: incorrect parse valid tuple assigments
Product: [Developer tools] kdev-python Reporter: Alexandr Zamaraev (aka Tonal) <tonal.promsoft>
Component: Language supportAssignee: Sven Brauch <mail>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexandr Zamaraev (aka Tonal) 2014-02-06 08:34:00 UTC
Code for example:
(a, b), c = (1, 2), 3
This valid python code, bat kdev-python show semantic analises error for 'a' and 'b'

versions:
kdev-python 1.6.0
KDevelop 4.6.0
Kubuntu 13.10 + ppa kde-backport

Reproducible: Always
Comment 1 Sven Brauch 2014-02-06 08:36:55 UTC
This is a duplicate of 314024. See there for the situation. :)

Still, thanks for the report, feel free to open another one if you find anything else which is wrong.

*** This bug has been marked as a duplicate of bug 314024 ***