Hi eric,
So you propose to make a list of all modules offered by Python,but I don't want to update my script everytime python introduce a new module(new version)..and my script is supposed to differentiate if it is about a standard module or a user created one,and accordingly if is standard not to do trace of the contained functions.
So I thought maybe there is somewhere a method that constructs the list dinamically.
Thanks.