Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Explorer shows incorrect globals #793

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment
Closed

Code Explorer shows incorrect globals #793

GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@pyscripter
Copy link
Owner

Fixed in version control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants