Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7037099
By: jhgarrison

The only thing showing up in code-completion is

__file__
__name__

I'll send you a screenshot if you wish.

I've also just discovered another problem. Given the following SSCCE:

import os
import os.path
os.chdir(".")
if not os.path.exists("x.txt"): print("ok")

The first instance of "os" is flagged with:

    Unused import: os
     (os)
    compiled extension

The second instance is flagged with:

    Import redefinition: os
     (os) 
    compiled extension

This is also new since installing pydev-extensions

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to