ctrl+space shows logger module's functions as attrributes
                
                Brought to you by:
                
                    fabioz
                    
                
            
            
        
        
        
    When hitting ctrl+space, certain functions in the logger module are being shown as attributes, and they also appear as methods.
If I chose the attribute from the list, I can ctrl+click the name to go to the function definition in logger.py 
This is with python 2.7 as my compiler, win XP SP3, Eclipse 3.6.2, PyDev 2.1.0, Java 6.25
screenshot of the bug in effect