[Python-3000-checkins] r60130 - python/branches/py3k/Doc/c-api/gcsupport.rst python/branches/py3k/Doc/c-api/index.rst

georg.brandl python-3000-checkins at python.org
Sun Jan 20 12:00:16 CET 2008


Author: georg.brandl
Date: Sun Jan 20 12:00:14 2008
New Revision: 60130

Modified:
   python/branches/py3k/Doc/c-api/gcsupport.rst
   python/branches/py3k/Doc/c-api/index.rst
Log:
Fix two oversights in C API split.


Modified: python/branches/py3k/Doc/c-api/gcsupport.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/gcsupport.rst	(original)
+++ python/branches/py3k/Doc/c-api/gcsupport.rst	Sun Jan 20 12:00:14 2008
@@ -18,6 +18,7 @@
 
 
 .. 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.

Modified: python/branches/py3k/Doc/c-api/index.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/index.rst	(original)
+++ python/branches/py3k/Doc/c-api/index.rst	Sun Jan 20 12:00:14 2008
@@ -24,4 +24,4 @@
    concrete.rst
    init.rst
    memory.rst
-   newtypes.rst
+   objimpl.rst


More information about the Python-3000-checkins mailing list