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 rhettinger
Recipients mark.dickinson, ragreddy, rhettinger, serhiy.storchaka
Date 2016-04-13.05:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460526853.89.0.651621761518.issue26743@psf.upfronthosting.co.za>
In-reply-to
Content
That's odd.

Try:
   import math
   print math.sqrt(2.0)
   print math

Post what you see.
History
Date User Action Args
2016-04-13 05:54:14rhettingersetrecipients: + rhettinger, mark.dickinson, serhiy.storchaka, ragreddy
2016-04-13 05:54:13rhettingersetmessageid: <1460526853.89.0.651621761518.issue26743@psf.upfronthosting.co.za>
2016-04-13 05:54:13rhettingerlinkissue26743 messages
2016-04-13 05:54:13rhettingercreate