We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b8e92 commit 16f8523Copy full SHA for 16f8523
2 files changed
Doc/library/ipaddress.rst
@@ -554,6 +554,9 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
554
>>> ip_network('192.0.2.1/32').compare_networks(ip_network('192.0.2.1/32'))
555
0
556
557
+ .. deprecated:: 3.7
558
+ It uses the same ordering and comparison algorithm as "<", "==", and ">"
559
+
560
561
.. class:: IPv6Network(address, strict=True)
562
Misc/ACKS
@@ -1730,3 +1730,4 @@ Peter Åstrand
1730
evilzero
1731
Dhushyanth Ramasamy
1732
Subhendu Ghosh
1733
+Sanjay Sundaresan
0 commit comments