Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcb8d3a

Browse files
committed
Merged revisions 81586 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 5ab2e74 commit bcb8d3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/extending/newtypes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ and put the definitions in the :attr:`tp_members` slot::
430430
Noddy_members, /* tp_members */
431431

432432
Each member definition has a member name, type, offset, access flags and
433-
documentation string. See the "Generic Attribute Management" section below for
433+
documentation string. See the :ref:`Generic-Attribute-Management` section below for
434434
details.
435435

436436
A disadvantage of this approach is that it doesn't provide a way to restrict the
@@ -1078,6 +1078,8 @@ disappeared starting with Python 2.2, though there are many examples which have
10781078
not been updated to use some of the new generic mechanism that is available.
10791079

10801080

1081+
.. _generic-attribute-management:
1082+
10811083
Generic Attribute Management
10821084
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10831085

0 commit comments

Comments
 (0)