commit | f1c08f04bf93fa2108152b6f63ee85bcd4d26210 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Sep 26 02:58:36 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Sep 26 02:58:36 2008 +0000 |
tree | 450de2d0e162da671fd835eecfdfc4a4974b4d36 | |
parent | 6ee7bc04f7d095bd7a2860a4fb9da331fa908ecd [diff] [blame] |
add the beginnings of a C-API 2 -> 3 porting guide
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 5a1f397..7d64688 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -14,6 +14,7 @@ :maxdepth: 1 advocacy.rst + cporting.rst curses.rst doanddont.rst functional.rst