PEP 426 minor language cleanup

This commit is contained in:
Daniel Holth 2012-10-28 17:45:03 -04:00
parent e46231b289
commit 8d1c599b2f
1 changed files with 7 additions and 8 deletions

View File

@ -38,9 +38,8 @@ format with no maximum line length, followed by a blank line and an
arbitrary payload. It is parseable by the ``email`` module with an arbitrary payload. It is parseable by the ``email`` module with an
appropriate ``email.policy.Policy()``. appropriate ``email.policy.Policy()``.
In Python 3.2, a serviceable read-only parser is:: When ``metadata`` is a Unicode string,
```email.parser.Parser().parsestr(metadata)`` is a serviceable parser.
email.parser.Parser().parsestr(metadata)
There are two standard locations for these metadata files: There are two standard locations for these metadata files:
@ -65,11 +64,11 @@ Fields
This section specifies the names and semantics of each of the This section specifies the names and semantics of each of the
supported metadata fields. supported metadata fields.
Fields marked with "(optional)" may occur 0 or 1 times. Fields marked In a single Metadata 1.3 file, fields marked with "(optional)" may occur
with "(multiple use)" may be specified 0, 1 or more times in a single 0 or 1 times. Fields marked with "(multiple use)" may be specified
metadata file. Only "Metadata-Version", "Name", "Version", and "Summary" 0, 1 or more times. Only "Metadata-Version", "Name", "Version", and
must appear exactly once. The fields may appear in any order within "Summary" must appear exactly once. The fields may appear in any order
the file. within the file.
Metadata-Version Metadata-Version
:::::::::::::::: ::::::::::::::::