[Python-checkins] peps: Minor improvements to PEP 426 abstract

nick.coghlan python-checkins at python.org
Mon Feb 4 14:06:23 CET 2013


http://hg.python.org/peps/rev/fc76a5b1b6a6
changeset:   4715:fc76a5b1b6a6
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Feb 04 23:06:14 2013 +1000
summary:
  Minor improvements to PEP 426 abstract

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


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -26,10 +26,10 @@
 
 Version 1.3 of the metadata format adds fields designed to make
 third-party packaging of Python Software easier and defines a formal
-extension mechanism.  It also adds the `extra` variable to the
-`environment markers` specification and allows the description to be
-placed into a payload section. Finally, this version addresses several
-issues with the previous iteration of the standard version numbering scheme.
+extension mechanism.  It also support for optional features of distributions
+and allows the description to be placed into a payload section. Finally,
+this version addresses several issues with the previous iteration of the
+standard version numbering scheme.
 
 
 Metadata files

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


More information about the Python-checkins mailing list