diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-04-15 07:01:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 07:01:00 (GMT) |
commit | 2430d532e240dea55f0082d1e9bf2e0f3d7505be (patch) | |
tree | 97438effa6641201697ae515a08baeec86acbf4f /Doc | |
parent | 3c5a858ec6a4e5851903762770fe526a46d3c351 (diff) | |
download | cpython-2430d532e240dea55f0082d1e9bf2e0f3d7505be.zip cpython-2430d532e240dea55f0082d1e9bf2e0f3d7505be.tar.gz cpython-2430d532e240dea55f0082d1e9bf2e0f3d7505be.tar.bz2 |
bpo-27860: use cached_property (GH-12832)
* cached_property is more efficient than hand crafted cache.
* In IPv[46]Network, `self.network.prefixlen` is same to `self._prefixlen`.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions