diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-09-29 09:09:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 09:09:56 (GMT) |
commit | 233b9da07d15f19c11e483e7ef7e3c73422e03f9 (patch) | |
tree | 08c0e818d225227f088851659a87f011810acb8b /Misc/NEWS.d/3.10.0a4.rst | |
parent | e046aabbe386fdf32bae6ffb7fae5ce479fd10c6 (diff) | |
download | cpython-233b9da07d15f19c11e483e7ef7e3c73422e03f9.zip cpython-233b9da07d15f19c11e483e7ef7e3c73422e03f9.tar.gz cpython-233b9da07d15f19c11e483e7ef7e3c73422e03f9.tar.bz2 |
[docs] Use full names for time units (GH-28611)
Use "second", "millisecond", "microsecond", "nanosecond" instead of
"sec", "ms", "msec", "us", "ns", etc.
Diffstat (limited to 'Misc/NEWS.d/3.10.0a4.rst')
-rw-r--r-- | Misc/NEWS.d/3.10.0a4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0a4.rst b/Misc/NEWS.d/3.10.0a4.rst index 57da925..ff16a70 100644 --- a/Misc/NEWS.d/3.10.0a4.rst +++ b/Misc/NEWS.d/3.10.0a4.rst @@ -786,7 +786,7 @@ Skip some asyncio tests on VxWorks. .. nonce: uzwlF_ .. section: Tests -Enhance ``test_select.test_select()``: it now takes 500 ms rather than 10 +Enhance ``test_select.test_select()``: it now takes 500 milliseconds rather than 10 seconds. Use Python rather than a shell to make the test more portable. .. |