[Python-checkins] r81630 - in python/branches/py3k: Doc/extending/newtypes.rst

r.david.murray python-checkins at python.org
Tue Jun 1 03:11:18 CEST 2010


Author: r.david.murray
Date: Tue Jun  1 03:11:18 2010
New Revision: 81630

Log:
Merged revisions 81586 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81586 | r.david.murray | 2010-05-28 14:08:11 -0400 (Fri, 28 May 2010) | 2 lines
  
  Make reference to Generic Attribute Management a hyperlink.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/extending/newtypes.rst

Modified: python/branches/py3k/Doc/extending/newtypes.rst
==============================================================================
--- python/branches/py3k/Doc/extending/newtypes.rst	(original)
+++ python/branches/py3k/Doc/extending/newtypes.rst	Tue Jun  1 03:11:18 2010
@@ -430,7 +430,7 @@
    Noddy_members,             /* tp_members */
 
 Each member definition has a member name, type, offset, access flags and
-documentation string. See the "Generic Attribute Management" section below for
+documentation string. See the :ref:`Generic-Attribute-Management` section below for
 details.
 
 A disadvantage of this approach is that it doesn't provide a way to restrict the
@@ -1078,6 +1078,8 @@
 not been updated to use some of the new generic mechanism that is available.
 
 
+.. _generic-attribute-management:
+
 Generic Attribute Management
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 


More information about the Python-checkins mailing list