From 9bd7ced8253218635f0451620a3d395ddb7d5f7f Mon Sep 17 00:00:00 2001 From: weijay Date: Mon, 12 Jun 2023 01:30:52 +0800 Subject: [PATCH] gh-105331: Improve description to more detailed --- .../2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst index 5192c270b7cb8f..8ab423901600a9 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst @@ -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.