[Python-checkins] peps: PEP 426: minor extras edit

daniel.holth python-checkins at python.org
Sat Feb 23 04:33:17 CET 2013


http://hg.python.org/peps/rev/f281aea5c0c1
changeset:   4762:f281aea5c0c1
parent:      4750:e8b120a12fc4
user:        Daniel Holth <dholth at fastmail.fm>
date:        Fri Feb 22 22:19:26 2013 -0500
summary:
  PEP 426: minor extras edit

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
@@ -338,10 +338,10 @@
 Provides-Extra (multiple use)
 -----------------------------
 
-A string containing the name of an optional feature. Must be printable
-ASCII, not containing whitespace, comma (,), or square brackets [].
-May be used to make a dependency conditional on whether the optional
-feature has been requested.
+A string containing the name of an optional feature or "extra" that may
+only be available when additional dependencies have been installed. Must
+be printable ASCII, not containing whitespace, comma (,), or square
+brackets [].
 
 See `Optional Features`_ for details on the use of this field.
 

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


More information about the Python-checkins mailing list