[issue46109] Separate resources and abc docs from other importlib docs

Eric Snow report at bugs.python.org
Fri Dec 17 11:35:04 EST 2021


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FWIW, one benefit to having everything in one doc (instead of one doc per submodule) is that it's a little easier to see the bigger picture.  This is particularly important for folks interested in customizing the import system (rather than just interacting with it).

However, they would probably be better served by an explicit section on how to customize the import system.  The language reference provides the info but its focus is to specify rather than to guide.  So it may make sense to have a dedicated section to at least cover the supported customization approaches (at a high level).

This would definitely be covered by a separate issue but it makes less sense if we don't move the submodules to their own docs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46109>
_______________________________________


More information about the Python-bugs-list mailing list