[issue31576] problem in math

2017-09-25 Thread ANEESH JOSE
ANEESH JOSE added the comment: Thankyou for the information . -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31576> ___ ___ Pyth

[issue31576] problem in math

2017-09-25 Thread ANEESH JOSE
New submission from ANEESH JOSE: We know that the answer of sin 90 is 1. But In Python's library math,the value of it is around 0.83... My program is as follows: import math a=math.sin(90) print(a) #Output obtained is 0.83. Hope you guys solve this on the next update or nearby I hope

[issue12540] Restart Shell command leaves pythonw.exe processes running

2011-08-09 Thread Aneesh
Aneesh aneeshb...@gmail.com added the comment: I too retested this on a Windows 7 32 and 64 bit machines and is working fine when the provided PyShell.py is used. As Terry mentioned, IDLE seems be running better. The process in Task Manager disappears quickly after I close the IDLE

[issue12540] Restart Shell command leaves pythonw.exe processes running

2011-07-20 Thread Aneesh
Aneesh aneeshb...@gmail.com added the comment: We are also noticed same issue and reverted to Python 3.1. Whenever we run a script, two new pythonw.exe process is started and it is really irritating to see all in Windows Task Manager. Last day I killed around 14 Pythonw.exe to clean up