diff options
author | Furkan Onder <furkanonder@protonmail.com> | 2024-02-16 12:03:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 12:03:46 (GMT) |
commit | 2a7a0020c9d006d268b839320979364498a5f0e6 (patch) | |
tree | 70b9254eb7ba3a5730c9a12771759ff43828ef2d /Misc/NEWS.d | |
parent | 351c103134e43c2ee43deb10cdc9afb37b916a4e (diff) | |
download | cpython-2a7a0020c9d006d268b839320979364498a5f0e6.zip cpython-2a7a0020c9d006d268b839320979364498a5f0e6.tar.gz cpython-2a7a0020c9d006d268b839320979364498a5f0e6.tar.bz2 |
gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104590)
Co-authored-by: Chiu-Hsiang Hsu
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-17-21-33-21.gh-issue-69990.Blvz9G.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-17-21-33-21.gh-issue-69990.Blvz9G.rst b/Misc/NEWS.d/next/Library/2023-05-17-21-33-21.gh-issue-69990.Blvz9G.rst new file mode 100644 index 0000000..b0cdf44 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-17-21-33-21.gh-issue-69990.Blvz9G.rst @@ -0,0 +1 @@ +:meth:`Profile.print_stats` has been improved to accept multiple sort arguments. Patched by Chiu-Hsiang Hsu and Furkan Onder. |