Bug 330840 - incorrect parse valid tuple assigments
Summary: incorrect parse valid tuple assigments
Status: RESOLVED DUPLICATE of bug 314024
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Language support (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-06 08:34 UTC by Alexandr Zamaraev (aka Tonal)
Modified: 2014-02-06 08:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***