From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/python~3.12/library%2Fbinary.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 00000000..74c186f1 --- /dev/null +++ b/devdocs/python~3.12/library%2Fbinary.html @@ -0,0 +1,14 @@ +

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