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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to