diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2020-10-20 05:04:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 05:04:01 (GMT) |
commit | 871934d4cf00687b3d1411c6e344af311646c1ae (patch) | |
tree | 38e217fef97e11202ab905bb734d3d3f8aa01629 /Misc/NEWS.d/next | |
parent | de73d432bb29f6439f2db16cb991e15e09c70c26 (diff) | |
download | cpython-871934d4cf00687b3d1411c6e344af311646c1ae.zip cpython-871934d4cf00687b3d1411c6e344af311646c1ae.tar.gz cpython-871934d4cf00687b3d1411c6e344af311646c1ae.tar.bz2 |
bpo-4356: Add key function support to the bisect module (GH-20556)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-31-10-48-47.bpo-4356.P8kXqp.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-31-10-48-47.bpo-4356.P8kXqp.rst b/Misc/NEWS.d/next/Library/2020-05-31-10-48-47.bpo-4356.P8kXqp.rst new file mode 100644 index 0000000..f5211d8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-05-31-10-48-47.bpo-4356.P8kXqp.rst @@ -0,0 +1 @@ +Add a key function to the bisect module. |