[issue43138] [doc] Inconsistent / confusing documentation regarding importing submodules

2021-02-05 Thread Dirk Herrmann
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 r

[issue39614] Documentation of attribute reference is unclear

2020-02-11 Thread Dirk Herrmann
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