On Sun, Aug 24, 2014 at 1:17 PM, Ian Kelly <ian.g.ke...@gmail.com> wrote: > > On Sun, Aug 24, 2014 at 1:12 PM, Joshua Landau <jos...@landau.ws> wrote: > > Is math not already imported by start-up? > > Why would it be?
It's easy to check, by the way: $ python -c "import sys; print(sys.modules['math'])" Traceback (most recent call last): File "<string>", line 1, in <module> KeyError: 'math'
-- https://mail.python.org/mailman/listinfo/python-list