Commit 5fc99cf9 authored by R. David Murray's avatar R. David Murray

Merged revisions 81630 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r81630 | r.david.murray | 2010-05-31 21:11:18 -0400 (Mon, 31 May 2010) | 9 lines

  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.
  ........
................
parent 2204fb61
...@@ -430,7 +430,7 @@ and put the definitions in the :attr:`tp_members` slot:: ...@@ -430,7 +430,7 @@ and put the definitions in the :attr:`tp_members` slot::
Noddy_members, /* tp_members */ Noddy_members, /* tp_members */
Each member definition has a member name, type, offset, access flags and 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. details.
A disadvantage of this approach is that it doesn't provide a way to restrict the 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 ...@@ -1078,6 +1078,8 @@ disappeared starting with Python 2.2, though there are many examples which have
not been updated to use some of the new generic mechanism that is available. not been updated to use some of the new generic mechanism that is available.
.. _generic-attribute-management:
Generic Attribute Management Generic Attribute Management
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment