We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7bb19 commit f0f2682Copy full SHA for f0f2682
peps/pep-0810.rst
@@ -155,7 +155,7 @@ syntax. Import behavior is too fundamental to be left implicit or hidden behind
155
global flags or environment variables. By marking laziness directly at the
156
import site, the intent is immediately visible to both readers and tools. This
157
avoids surprises, reduces the cognitive burden of reasoning about imports, and
158
-keeps the semantics in line with Python's tradition of explicitness.
+keeps lazy import semantics in line with Python's tradition of explicitness.
159
160
Another important decision is to represent lazy imports with proxy objects in
161
the module's namespace, rather than by modifying dictionary lookup. Earlier
0 commit comments