]> granicus.if.org Git - python/commitdiff
Fix two oversights in C API split.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 11:00:14 +0000 (11:00 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 11:00:14 +0000 (11:00 +0000)
Doc/c-api/gcsupport.rst
Doc/c-api/index.rst

index 03947e92868390cc37b33cf7510979c326b93b30..fe2b0cabf28b457243eda294e3e9b59b2aca78e2 100644 (file)
@@ -18,6 +18,7 @@ include the :const:`Py_TPFLAGS_HAVE_GC` and provide an implementation of the
 
 
 .. data:: Py_TPFLAGS_HAVE_GC
+   :noindex:
 
    Objects with a type with this flag set must conform with the rules documented
    here.  For convenience these objects will be referred to as container objects.
index 086b880fbdf2fc1b7a96278d371408971437aa1c..12a1ec70727447e921f8a67372ad75ba465b4fbd 100644 (file)
@@ -24,4 +24,4 @@ document the API functions in detail.
    concrete.rst
    init.rst
    memory.rst
-   newtypes.rst
+   objimpl.rst