PEP 566: Fix keywords delimiter in JSON conversion (#3015)
This commit is contained in:
parent
40f579646e
commit
dc4346298a
|
@ -137,7 +137,7 @@ as follows:
|
||||||
#. The transformed value for any field marked with "(Multiple-use") should be a
|
#. The transformed value for any field marked with "(Multiple-use") should be a
|
||||||
single list containing all the original values for the given key;
|
single list containing all the original values for the given key;
|
||||||
#. The ``Keywords`` field should be converted to a list by splitting the
|
#. The ``Keywords`` field should be converted to a list by splitting the
|
||||||
original value on whitespace characters;
|
original value on commas;
|
||||||
#. The message body, if present, should be set to the value of the
|
#. The message body, if present, should be set to the value of the
|
||||||
``description`` key.
|
``description`` key.
|
||||||
#. The result should be stored as a string-keyed dictionary.
|
#. The result should be stored as a string-keyed dictionary.
|
||||||
|
|
Loading…
Reference in New Issue