A few more edits at

https://bitbucket.org/dholth/python-peps/diff/pep-0426.txt?diff2=058b058ee3f8&diff1=42ee0afd40ed

rfc822 is nixed in favor of 'parseable by email.parser.Parser with the
right policy'

Encoding is strictly utf-8 with the warning that older revisions have
no defined encoding (keys are still always ASCII)

Extra names are now 'printable ascii except , [ ]' instead of 'valid
Python identifiers'.

Extension names are now 'ascii, with no whitespace or /', with the /
separator between the extension name and the rest of the tag name.

No 'the order doesn't matter' clause yet.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to