Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
16f85234
Commit
16f85234
authored
Mar 30, 2017
by
s-sanjay
Committed by
Xiang Zhang
Mar 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-29913: deprecate compare_networks() in documentation (GH-865)
parent
84b8e92e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Doc/library/ipaddress.rst
Doc/library/ipaddress.rst
+3
-0
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/ipaddress.rst
View file @
16f85234
...
@@ -554,6 +554,9 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
...
@@ -554,6 +554,9 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
>>> ip_network('192.0.2.1/32').compare_networks(ip_network('192.0.2.1/32'))
>>> ip_network('192.0.2.1/32').compare_networks(ip_network('192.0.2.1/32'))
0
0
.. deprecated:: 3.7
It uses the same ordering and comparison algorithm as "<", "==", and ">"
.. class:: IPv6Network(address, strict=True)
.. class:: IPv6Network(address, strict=True)
...
...
Misc/ACKS
View file @
16f85234
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment