[Python-checkins] [3.11] gh-97850: Remove the open issues section from the import reference (GH-97935) (GH-97994)

miss-islington webhook-mailer at python.org
Thu Oct 6 17:10:12 EDT 2022


https://github.com/python/cpython/commit/ae2ab478205921cd2f006388c8300bc9272515f3
commit: ae2ab478205921cd2f006388c8300bc9272515f3
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-06T14:10:06-07:00
summary:

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



Remove the open issues section from the import reference

Tracking in https://github.com/python/cpython/issues/97850 instead.
(cherry picked from commit f8edc6ff531bb98858185857513371f14519ed1d)


Co-authored-by: Brett Cannon <brett at python.org>

Automerge-Triggered-By: GH:brettcannon

files:
M Doc/reference/import.rst

diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index 1e6b08f32a7a..0d8c02955008 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -1019,25 +1019,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
 ==========
 



More information about the Python-checkins mailing list