docs: reorder sections

This commit is contained in:
David Wilson 2018-02-12 12:55:34 +05:45
parent 0f899f34ff
commit 592ebd59c2
1 changed files with 6 additions and 6 deletions

View File

@ -668,12 +668,6 @@ bytecode. This is since clean source analysis methods (:py:mod:`ast` and
major Python versions.
Child Module Enumeration
########################
Package children are enumerated using :py:func:`pkgutil.iter_modules`.
Concurrency
###########
@ -754,6 +748,12 @@ the parent at the intermediary. This creates needless network serialization and
latency that should be addressed in a future design.
Child Module Enumeration
########################
Package children are enumerated using :py:func:`pkgutil.iter_modules`.
Use Of Threads
--------------