The time.sleep() Function Is Broken In Python 3.
I'm Reporting This Because I Can't Use The time.sleep() Function In Python 3. Can You Fix The Doc? It Says For Me To Use The time.sleep() Function, But Won't Work. Can You REALLY Fix The Doc?
Hi, Le 2021-04-06 à 21:33, SERVER a écrit :
I'm Reporting This Because I Can't Use The time.sleep() Function In Python 3. Can You Fix The Doc? It Says For Me To Use The time.sleep() Function, But Won't Work. Can You REALLY Fix The Doc?
If you're really having an issue with time.sleep, which do work for me on a few versions, I just double checked with: for version in 3.4 3.5 3.6 3.7 3.8 3.9 3.10; do time python$version -c 'import time; time.sleep(1)'; done please open an issue on bugs.python.org by explaining exactly how to reproduce the issue (which OS, which version of the OS, which exact version of Python, and a small reproducer demonstrating the issue, so we can reproduce it here). Bests, -- [Julien Palard](https://mdk.fr)
participants (2)
-
Julien Palard
-
SERVER