diff options
author | Jason Madden <jamadden@gmail.com> | 2017-09-14 12:17:35 -0500 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2017-09-14 12:17:35 -0500 |
commit | 8b93f2bb08c45c18f207f61b6691fd13664f8609 (patch) | |
tree | 5511bb48cda0d0303e762b1d53a4b392f8209a9e /docs/api | |
parent | e8818663a59c5c8b146f599ba87666bf1cd7af75 (diff) | |
download | zope-security-docs.tar.gz |
Document proxy.__class__ troubles with isinstance/issubclassdocs
And suggest workarounds, in a prominent new section about proxy troubles.
Link to this from everywhere we talk about proxies.
Fixes #26
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/proxy.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/proxy.rst b/docs/api/proxy.rst index 733d5df..0acb043 100644 --- a/docs/api/proxy.rst +++ b/docs/api/proxy.rst @@ -4,6 +4,10 @@ .. currentmodule:: zope.security.proxy +An introduction to proxies and their uses can be found in :doc:`../proxy`. + +.. seealso:: :ref:`proxy-known-issues` + .. testsetup:: from zope.component.testing import setUp |