]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-97850: Remove the open issues section from the import reference (#97935)
authorBrett Cannon <brett@python.org>
Thu, 6 Oct 2022 21:01:06 +0000 (14:01 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 21:01:06 +0000 (14:01 -0700)
Remove the open issues section from the import reference

Tracking in https://github.com/python/cpython/issues/97850 instead.

Doc/reference/import.rst

index 58f4ef897bdb7df5cf106a3678260f4de7ea70c9..b7a53cd0886f290496c8ad2e9a8e07afe8a5f969 100644 (file)
@@ -1025,25 +1025,6 @@ and ``__main__.__spec__`` is set accordingly, they're still considered
 to populate the ``__main__`` namespace, and not during normal import.
 
 
-Open issues
-===========
-
-XXX It would be really nice to have a diagram.
-
-XXX * (import_machinery.rst) how about a section devoted just to the
-attributes of modules and packages, perhaps expanding upon or supplanting the
-related entries in the data model reference page?
-
-XXX runpy, pkgutil, et al in the library manual should all get "See Also"
-links at the top pointing to the new import system section.
-
-XXX Add more explanation regarding the different ways in which
-``__main__`` is initialized?
-
-XXX Add more info on ``__main__`` quirks/pitfalls (i.e. copy from
-:pep:`395`).
-
-
 References
 ==========