New submission from Dirk Herrmann :
In the language reference, section "7.11 The import statement" is is explained
in the example section:
import foo.bar.baz # foo.bar.baz imported, foo bound locally
When looking at "5.3. Searching", it is stated that regarding
New submission from Dirk Herrmann :
Trying to understand attribute reference in Python, I was lost:
* In the "Python Language Reference" (I will refer to this as PLR, sorry if
that is uncommon, did not find an abbreviation in the glossary): Chapter 6.3.1
is about attribute refer