Skip to content
Snippets Groups Projects
Unverified Commit bc03bf42 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-97850: Remove the open issues section from the import reference (GH-97935)

Remove the open issues section from the import reference

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

 instead.
(cherry picked from commit f8edc6ff)

Co-authored-by: default avatarBrett Cannon <brett@python.org>
parent b7487dff
No related branches found
No related tags found
No related merge requests found
...@@ -1015,25 +1015,6 @@ and ``__main__.__spec__`` is set accordingly, they're still considered ...@@ -1015,25 +1015,6 @@ and ``__main__.__spec__`` is set accordingly, they're still considered
to populate the ``__main__`` namespace, and not during normal import. 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 References
========== ==========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment