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%2Fbinary.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 devdocs/python~3.12/library%2Fbinary.html (limited to 'devdocs/python~3.12/library%2Fbinary.html') diff --git a/devdocs/python~3.12/library%2Fbinary.html b/devdocs/python~3.12/library%2Fbinary.html deleted file mode 100644 index 74c186f1..00000000 --- a/devdocs/python~3.12/library%2Fbinary.html +++ /dev/null @@ -1,14 +0,0 @@ -

Binary Data Services

The modules described in this chapter provide some basic services operations for manipulation of binary data. Other operations on binary data, specifically in relation to file formats and network protocols, are described in the relevant sections.

Some libraries described under Text Processing Services also work with either ASCII-compatible binary formats (for example, re) or all binary data (for example, difflib).

In addition, see the documentation for Python’s built-in binary data types in Binary Sequence Types — bytes, bytearray, memoryview.

-

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

-
-- cgit v1.2.3