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 5a1529c commit 4878da5Copy full SHA for 4878da5
peps/pep-0756.rst
@@ -171,8 +171,8 @@ export format:
171
Export format Buffer format Item size
172
========================== ================== ============
173
``PyUnicode_FORMAT_UCS1`` ``"B"`` 1 byte
174
-``PyUnicode_FORMAT_UCS2`` ``"H"`` 2 bytes
175
-``PyUnicode_FORMAT_UCS4`` ``"I"`` or ``"L"`` 4 bytes
+``PyUnicode_FORMAT_UCS2`` ``"=H"`` 2 bytes
+``PyUnicode_FORMAT_UCS4`` ``"=I"`` 4 bytes
176
``PyUnicode_FORMAT_UTF8`` ``"B"`` 1 byte
177
``PyUnicode_FORMAT_ASCII`` ``"B"`` 1 byte
178
0 commit comments