commit | 8045d9781937d022dd8b0e078c84a8c439343e43 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Feb 03 22:01:54 2011 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Feb 03 22:01:54 2011 +0000 |
tree | ea83093307a4ae9a260f8903317d8bef990bfc1f | |
parent | 6153604bc700d06c6a280643743c547db7d0d4f6 [diff] [blame] |
Add a HOWTO on how to port from Python 2 to Python 3.
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 09bc5cb..94ecc9a 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -14,6 +14,7 @@ :maxdepth: 1 advocacy.rst + pyporting.rst cporting.rst curses.rst descriptor.rst