summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-08-08 18:18:14 +0300
committerMarius Gedminas <marius@gedmin.as>2018-08-08 18:18:14 +0300
commitc489eb98a1aa9ba31a067d55eb79bea144229e8b (patch)
tree1350009737b75521beae44db65017d85de37094e /docs
parent9f9b4106a10557dcdd621a67be7cb90e5d17e98f (diff)
downloadzope-security-c489eb98a1aa9ba31a067d55eb79bea144229e8b.tar.gz
Remove misleading comment
ABCMeta._abc_invalidation_counter is still present on Python 3.7 when the pure-python _py_abc implementation is used (as opposed to the builtin _abc).
Diffstat (limited to 'docs')
-rw-r--r--docs/proxy.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/proxy.rst b/docs/proxy.rst
index 17c9f53..5262e7a 100644
--- a/docs/proxy.rst
+++ b/docs/proxy.rst
@@ -344,7 +344,6 @@ In this case, the workarounds described :ref:`above <isinstance-and-proxies>` al
.. we expect to be when we construct LogRecord; otherwise
.. the ProxyMetaclass may be in the negative cache, bypassing
.. the issubclass() calls we expect.
-.. Note that ABCMeta._abc_invalidation_counter is gone in Python 3.7
.. doctest::
:hide: