summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFurkan Onder <furkanonder@protonmail.com>2023-02-19 00:22:02 (GMT)
committerGitHub <noreply@github.com>2023-02-19 00:22:02 (GMT)
commit61f1e67c6fcbf80eb9be2b75f7d62954e28c89e6 (patch)
tree74e32f1ed356fa4cb6cf6013c2cf2aca10046ff3 /Misc
parent5170caf3059fdacc92d7370eecb9fe4f0c5a1c76 (diff)
downloadcpython-61f1e67c6fcbf80eb9be2b75f7d62954e28c89e6.zip
cpython-61f1e67c6fcbf80eb9be2b75f7d62954e28c89e6.tar.gz
cpython-61f1e67c6fcbf80eb9be2b75f7d62954e28c89e6.tar.bz2
GH-84783: Make the slice object hashable (GH-101264)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-02-11-23-14-06.gh-issue-84783._P5sMa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-02-11-23-14-06.gh-issue-84783._P5sMa.rst b/Misc/NEWS.d/next/Core and Builtins/2023-02-11-23-14-06.gh-issue-84783._P5sMa.rst
new file mode 100644
index 0000000..e1c851a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-02-11-23-14-06.gh-issue-84783._P5sMa.rst
@@ -0,0 +1 @@
+Make the slice object hashable.