diff options
author | gescheit <gescheit12@gmail.com> | 2019-04-30 07:54:30 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-04-30 07:54:30 (GMT) |
commit | 3bbcc92577f8e616bc94c679040043bacd00ebf1 (patch) | |
tree | c010916e6f1cb8ca7872b0b325193dcaf7eaef42 /Misc/NEWS.d | |
parent | b0a2c0fa83f9b79616ccf451687096542de1e6f8 (diff) | |
download | cpython-3bbcc92577f8e616bc94c679040043bacd00ebf1.zip cpython-3bbcc92577f8e616bc94c679040043bacd00ebf1.tar.gz cpython-3bbcc92577f8e616bc94c679040043bacd00ebf1.tar.bz2 |
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
make a compare in bit-operation manner.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-15-12-22-09.bpo-25430.7_8kqc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-15-12-22-09.bpo-25430.7_8kqc.rst b/Misc/NEWS.d/next/Library/2019-04-15-12-22-09.bpo-25430.7_8kqc.rst new file mode 100644 index 0000000..922bdef --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-15-12-22-09.bpo-25430.7_8kqc.rst @@ -0,0 +1 @@ +improve performance of ``IPNetwork.__contains__()``
\ No newline at end of file |