cmullins7 / pyscripter

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

Code completion in .pyw files #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create 2 identical files with imports and class definitions, one saved
as .py the other as .pyw
2. Try using code completion for the imported modules and defined classes.
3. Try using code completion for python built-ins.

What is the expected output? What do you see instead?
I would expect that completion would work the same in both files. Only step
3 does this. Step 2 above only works in the .py file.

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

Please provide any additional information below.

Original issue reported on code.google.com by fitzpatr...@googlemail.com on 26 Aug 2008 at 1:46

GoogleCodeExporter commented 9 years ago
Fixed in internal version control.

Original comment by pyscripter on 28 Aug 2008 at 4:56