diff --git a/pep-0426.txt b/pep-0426.txt index 23c4ad379..4ea14fd69 100644 --- a/pep-0426.txt +++ b/pep-0426.txt @@ -414,14 +414,14 @@ Examples:: Project-URL (multiple use) :::::::::::::::::::::::::: -A string containing a browsable URL for the project and a label for it, -separated by a comma. +A string containing a label and a browsable URL for the project, separated +by the last occurance of comma and space ", ". Example:: - Bug Tracker, http://bitbucket.org/tarek/distribute/issues/ + Bug, Issue Tracker, http://bitbucket.org/tarek/distribute/issues/ -The label is a free text limited to 32 signs. +The label is a free text. Provides-Extra (multiple use) @@ -606,14 +606,15 @@ Summary of Differences From PEP 345 * Changed fields: - - Requires-Dist - Description + - Project-URL + - Requires-Dist * Added fields: - - Setup-Requires-Dist + - Extension - Provides-Extra - - Extension + - Setup-Requires-Dist References ==========