diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2020-10-19 22:04:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 22:04:01 -0700 |
commit | 871934d4cf00687b3d1411c6e344af311646c1ae (patch) | |
tree | 38e217fef97e11202ab905bb734d3d3f8aa01629 /Doc/tools | |
parent | bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22... (diff) | |
download | cpython-871934d4cf00687b3d1411c6e344af311646c1ae.tar.gz cpython-871934d4cf00687b3d1411c6e344af311646c1ae.tar.bz2 cpython-871934d4cf00687b3d1411c6e344af311646c1ae.zip |
bpo-4356: Add key function support to the bisect module (GH-20556)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 7be8d0abd69..f85d6946954 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -111,8 +111,6 @@ howto/urllib2,,:password,"""joe:password@example.com""" library/ast,,:upper,lower:upper library/ast,,:step,lower:upper:step library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)]," -library/bisect,32,:hi,all(val >= x for val in a[i:hi]) -library/bisect,42,:hi,all(val > x for val in a[i:hi]) library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds library/configparser,,:option,${section:option} library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} |