Comment 1 for bug 682840

Revision history for this message
Eric Casteleijn (thisfred) wrote :

There is not a good use case for 'import platform' in our code, it should always be 'from platform import foo' , so if used correctly we never shadow the core module.