[Python-checkins] peps: keys are case-insenstive

daniel.holth python-checkins at python.org
Thu Nov 15 04:12:12 CET 2012


http://hg.python.org/peps/rev/899678d7d1bf
changeset:   4587:899678d7d1bf
user:        Daniel Holth <dholth at fastmail.fm>
date:        Wed Nov 14 22:12:04 2012 -0500
summary:
  keys are case-insenstive

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


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -35,8 +35,8 @@
 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.  It is parseable by the ``email`` module with an
-appropriate ``email.policy.Policy()``.
+arbitrary payload.  The keys are case-insensitive.  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