[issue39972] Math library Bug Return None for "degrees(0)"

2020-03-15 Thread Hamid Nazari
Hamid Nazari added the comment: You seem to be calling `turtle.degrees()`, not `math.degrees()`. Try this in your Repl.it: (which does not use cpython, rather it uses Skulpt) import math import turtle print(turtle.degrees(0)) print(math.degrees(0)) -- nosy: +hamidnazari

[issue11917] Test Error

2011-04-25 Thread Hamid
Hamid added the comment: Dear sir; I will try to compile python-3.2 in REDHAT EL 6.0. There are a lot of failure in "make test". How can I fix them? for example test_import, test_httpserver, Thanks Abbaszadeh On Mon, Apr 25, 2011 at 6:36 PM, R. David Murray wrote: > >

[issue11917] Test Error

2011-04-25 Thread Hamid
Changes by Hamid : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue11917> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11917] Test Error

2011-04-25 Thread Hamid
New submission from Hamid : == CPython 3.2 (r32:88445, Apr 24 2011, 14:27:42) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] == Linux-2.6.32-71.el6.x86_64-x86_64-with-redhat-6.0-Santiago little-endian == /usr/local/src/Python-3.2/build/test_python_2976 Testing with flags: sys.flags(debug=0