Skip to content

Commit 013bbf9

Browse files
authored
Merge branch 'main' into mjd2
2 parents 4a15e0a + 31d61a7 commit 013bbf9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/library/functions.rst

-4
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,6 @@ are always available. They are listed here in alphabetical order.
623623
means functions and classes defined in the executed code will not be able
624624
to access variables assigned at the top level (as the "top level"
625625
variables are treated as class variables in a class definition).
626-
Passing a :class:`collections.ChainMap` instance as *globals* allows name
627-
lookups to be chained across multiple mappings without triggering this
628-
behaviour. Values assigned to top level names in the executed code can be
629-
retrieved by passing an empty dictionary as the first entry in the chain.
630626

631627
If the *globals* dictionary does not contain a value for the key
632628
``__builtins__``, a reference to the dictionary of the built-in module

0 commit comments

Comments
 (0)