rdsteed / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Code Explorer shows incorrect globals #793

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create empty .py file and copy paste:

g = foo(a=1,
        b=3)

What is the expected output? What do you see instead?

Code explorer should show only g as global variable. But it shows g and b. If 
statement is in single line then there is no problem.

What version of the product are you using? On what operating system?

2.6.0.0 x86 WinXP 32bit

Please provide any additional information below.

Keep up the great work, pyscripter is a candy.

Original issue reported on code.google.com by branimir...@gmail.com on 29 Apr 2015 at 4:59