summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0b2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.0b2.rst')
-rw-r--r--Misc/NEWS.d/3.7.0b2.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0b2.rst b/Misc/NEWS.d/3.7.0b2.rst
index 10d00a5..b2ade20 100644
--- a/Misc/NEWS.d/3.7.0b2.rst
+++ b/Misc/NEWS.d/3.7.0b2.rst
@@ -201,7 +201,6 @@ Make sure sys.argv remains as a list when running trace.
various functions and methods in ``abc``. Creating an ABC subclass and
calling ``isinstance`` or ``issubclass`` with an ABC subclass are up to 1.5x
faster. In addition, this makes Python start-up up to 10% faster.
-
Note that the new implementation hides internal registry and caches,
previously accessible via private attributes ``_abc_registry``,
``_abc_cache``, and ``_abc_negative_cache``. There are three debugging