cpython: e47646fca428 (original) (raw)
Mercurial > cpython
changeset 89586:e47646fca428
merge 3.3 (closes #20892) [#20892]
Benjamin Peterson benjamin@python.org | |
---|---|
date | Tue, 11 Mar 2014 13:59:48 -0500 |
parents | 9ec36351f684(current diff)2f149207d3cf(diff) |
children | 8520e0ff8e36 |
files | Doc/howto/pyporting.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/howto/pyporting.rst 2 |
line wrap: on
line diff
--- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -111,7 +111,7 @@ between Python 2 and 3 easier. Projects to Consider -------------------- -The lowest level library for suppoting Python 2 & 3 simultaneously is six_. +The lowest level library for supporting Python 2 & 3 simultaneously is six_. Reading through its documentation will give you an idea of where exactly the Python language changed between versions 2 & 3 and thus what you will want the library to help you continue to support.