We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736c3b0 commit 3bb21ecCopy full SHA for 3bb21ec
1 file changed
source/specifications/core-metadata.rst
@@ -22,6 +22,9 @@ definition, the practical standard is set by what the standard library
22
:mod:`python:email.parser` module can parse using the
23
:data:`~.python:email.policy.compat32` policy.
24
25
+Whenever metadata is serialised to a byte stream (for example, to save
26
+to a file), strings must be serialised using the UTF-8 encoding.
27
+
28
Although :pep:`566` defined a way to transform metadata into a JSON-compatible
29
dictionary, this is not yet used as a standard interchange format. The need for
30
tools to work with years worth of existing packages makes it difficult to shift
0 commit comments