commit | 56076dab769ed493d3ca61ce5ea8b4673cc2c38c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 02 22:58:36 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 02 22:58:36 2008 +0000 |
tree | 47488b2a52535927fb0b0d9bebe6d623ebd6e3b6 | |
parent | 715287f12f39a5ea610dbe59f9aea59b9e526bcc [diff] [blame] |
Finished the "porting to 3.0" section. Had to add a label to howto/cporting.rst.
diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst index 3451f5c..3102fb5 100644 --- a/Doc/howto/cporting.rst +++ b/Doc/howto/cporting.rst
@@ -1,5 +1,7 @@ .. highlightlang:: c +.. _cporting-howto: + ******************************** Porting Extension Modules to 3.0 ********************************