peps: 4b379a690ae2 (original) (raw)

Mercurial > peps

changeset 5007:4b379a690ae2

Update PEP 394 based on python-dev discussions

Nick Coghlan ncoghlan@gmail.com
date Thu, 25 Jul 2013 22:21:27 +1000
parents bc08ca2e52fb
children 5d573095266d
files pep-0394.txt
diffstat 1 files changed, 40 insertions(+), 15 deletions(-)[+] [-] pep-0394.txt 55

line wrap: on

line diff

--- a/pep-0394.txt +++ b/pep-0394.txt @@ -19,10 +19,17 @@ This PEP provides a convention to ensure be portable across *nix systems, regardless of the default version of the Python interpreter (i.e. the version invoked by the python command). -* python2 will refer to some version of Python 2.x -* python3 will refer to some version of Python 3.x -* python should refer to the same target as python2 but may

+ +* Avoiding breakage of such third party scripts is the key reason this