File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ a migration path that allows them to support both new and old versions of
174174Python at once. For this reason, the proposal includes the ``__lazy_modules__ ``
175175global as a transitional mechanism. A module can declare which imports should
176176be treated as lazy (by listing the module names as strings), and on Python 3.15
177- or later those imports will become lazy automatically. On earlier versions the
177+ or later those imports will become lazy automatically, as if they were imported
178+ with the ``lazy `` keyword. On earlier versions the
178179declaration is ignored, leaving imports eager. This gives authors a practical
179180bridge until they can rely on the keyword as the canonical syntax.
180181
You can’t perform that action at this time.
0 commit comments