bpo-29913: deprecate compare_networks() in documentation (GH-865)


diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
index 50fb778..90dfd46 100644
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -554,6 +554,9 @@
          >>> ip_network('192.0.2.1/32').compare_networks(ip_network('192.0.2.1/32'))
          0
 
+      .. deprecated:: 3.7
+         It uses the same ordering and comparison algorithm as "<", "==", and ">"
+
 
 .. class:: IPv6Network(address, strict=True)
 
diff --git a/Misc/ACKS b/Misc/ACKS
index 2056efe..2164206 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
Binary files differ