summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorsweeneyde <36520290+sweeneyde@users.noreply.github.com>2020-04-20 20:17:52 -0400
committerGitHub <noreply@github.com>2020-04-20 17:17:52 -0700
commit6a9e80a93148b13e4d3bceaab5ea1804ab0e64d5 (patch)
tree5bffbbd4b19aac9be793326c8324f057fedcaa40 /Misc
parentbba760e9b6c7da3586ed9c8e3d5a0ce2909a97bb (diff)
downloadcpython-git-6a9e80a93148b13e4d3bceaab5ea1804ab0e64d5.tar.gz
bpo-40313: speed up bytes.hex() (GH-19594)
Automerge-Triggered-By: @gpshead
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-04-20-23-58-35.bpo-40313.USVRW8.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-04-20-23-58-35.bpo-40313.USVRW8.rst b/Misc/NEWS.d/next/Core and Builtins/2020-04-20-23-58-35.bpo-40313.USVRW8.rst
new file mode 100644
index 0000000000..52880abe9c
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-04-20-23-58-35.bpo-40313.USVRW8.rst
@@ -0,0 +1 @@
+Improve the performance of bytes.hex(). \ No newline at end of file