(original) (raw)

changeset: 89586:e47646fca428 parent: 89584:9ec36351f684 parent: 89585:2f149207d3cf user: Benjamin Peterson benjamin@python.org date: Tue Mar 11 13:59:48 2014 -0500 files: Doc/howto/pyporting.rst description: merge 3.3 (closes #20892) diff -r 9ec36351f684 -r e47646fca428 Doc/howto/pyporting.rst --- a/Doc/howto/pyporting.rst Tue Mar 11 14:57:30 2014 -0400 +++ b/Doc/howto/pyporting.rst Tue Mar 11 13:59:48 2014 -0500 @@ -111,7 +111,7 @@ 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. /benjamin@python.org