From 1b823dc0b0c27033cbaefeccf9b6244c79e106de Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 13:41:40 +0530 Subject: [PATCH] Accidentally hecked in incomplete paragraph. --- docs/howitworks.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index d2d214af..76c45d66 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -493,22 +493,6 @@ module does not appear in the enumeration of child modules belonging to the package that was provided by the master. -Import Preloading -################# - - -- guaranteed PRELOAD_MODULE sent for all related_modules before GET_MODULE -response is sent, therefore: - -- - -The method used to detect import statements is similar to the standard library -:py:mod:`modulefinder` module: rather than analyze module source code, -``IMPORT_NAME`` opcodes are extracted from the module's bytecode. This is since -clean source analysis methods (:py:mod:`ast` and :py:mod:`compiler`) are an -order of magnitude slower. - - Child Module Enumeration ########################