[Python-checkins] peps: PEP-0426 trivial copy changes

daniel.holth python-checkins at python.org
Tue Dec 4 02:36:40 CET 2012


http://hg.python.org/peps/rev/d91dce82d802
changeset:   4593:d91dce82d802
parent:      4589:55c706023fa2
user:        Daniel Holth <dholth at fastmail.fm>
date:        Mon Nov 19 18:46:41 2012 -0500
summary:
  PEP-0426 trivial copy changes

files:
  pep-0426.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -34,9 +34,9 @@
 
 The syntax defined in this PEP is for use with Python distribution
 metadata files. The file format is a simple UTF-8 encoded Key: value
-format with no maximum line length, followed by a blank line and an
-arbitrary payload.  The keys are case-insensitive.  It is parseable by
-the ``email`` module with an appropriate ``email.policy.Policy()``.
+format with case-insensitive keys and no maximum line length, followed by
+a blank line and an arbitrary payload.  It is parseable by the ``email``
+module with an appropriate ``email.policy.Policy()``.
 
 When ``metadata`` is a Unicode string,
 ```email.parser.Parser().parsestr(metadata)`` is a serviceable parser.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list