This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Eric Cousineau, eric.smith, ned.deily, ronaldoussoren
Date 2018-02-15.17:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518716994.44.0.467229070634.issue32845@psf.upfronthosting.co.za>
In-reply-to
Content
The example you gave caused problems because of the use of the ambiguous unqualified name "math".  If you are careful to use qualified names, and/or perhaps use alias names ("as") to increase readability, there shouldn't be any problems.
History
Date User Action Args
2018-02-15 17:49:54ned.deilysetrecipients: + ned.deily, ronaldoussoren, eric.smith, Eric Cousineau
2018-02-15 17:49:54ned.deilysetmessageid: <1518716994.44.0.467229070634.issue32845@psf.upfronthosting.co.za>
2018-02-15 17:49:54ned.deilylinkissue32845 messages
2018-02-15 17:49:54ned.deilycreate