We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c17886 commit 9bd7cedCopy full SHA for 9bd7ced
1 file changed
Misc/NEWS.d/next/Core and Builtins/2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst
@@ -1 +1 @@
1
-fix asyncio.sleep(float('nan')) does not raise ValueErro problem
+Add ``asyncio.sleep()`` error handel. When call ``asyncio.sleep(float('nan'))``, it should be raise ValueError.
0 commit comments