diff options
author | RUANG (James Roy) <longjinyii@outlook.com> | 2024-12-03 22:33:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 22:33:13 (GMT) |
commit | 12397a5781664bf43da98454db07cdfdec3ab815 (patch) | |
tree | c9b6b1c279e4f71a73e2807f71f403ed59008850 /Misc/NEWS.d | |
parent | dabcecfd6dadb9430733105ba36925b290343d31 (diff) | |
download | cpython-12397a5781664bf43da98454db07cdfdec3ab815.zip cpython-12397a5781664bf43da98454db07cdfdec3ab815.tar.gz cpython-12397a5781664bf43da98454db07cdfdec3ab815.tar.bz2 |
gh-112192: Increase the trace module coverage precision to one decimal (#126972)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-18-23-18-27.gh-issue-112192.DRdRgP.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-18-23-18-27.gh-issue-112192.DRdRgP.rst b/Misc/NEWS.d/next/Library/2024-11-18-23-18-27.gh-issue-112192.DRdRgP.rst new file mode 100644 index 0000000..b169c15 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-18-23-18-27.gh-issue-112192.DRdRgP.rst @@ -0,0 +1 @@ +In the :mod:`trace` module, increase the coverage precision (``cov%``) to one decimal. |