From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/python~3.12/library%2Fipc.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/python~3.12/library%2Fipc.html (limited to 'devdocs/python~3.12/library%2Fipc.html') diff --git a/devdocs/python~3.12/library%2Fipc.html b/devdocs/python~3.12/library%2Fipc.html deleted file mode 100644 index 74ed801c..00000000 --- a/devdocs/python~3.12/library%2Fipc.html +++ /dev/null @@ -1,6 +0,0 @@ -

Networking and Interprocess Communication

The modules described in this chapter provide mechanisms for networking and inter-processes communication.

Some modules only work for two processes that are on the same machine, e.g. signal and mmap. Other modules support networking protocols that two or more processes can use to communicate across machines.

The list of modules described in this chapter is:

-

- © 2001–2023 Python Software Foundation
Licensed under the PSF License.
- https://docs.python.org/3.12/library/ipc.html -

-
-- cgit v1.2.3