mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Remove note about the compiler not checking for two kinds of illegal
imports. It checks for them now.
This commit is contained in:
parent
eab156f8eb
commit
10f8ba4fc6
1 changed files with 0 additions and 5 deletions
|
|
@ -576,11 +576,6 @@ The \keyword{from} form with \samp{*} may only occur in a module scope.
|
|||
\kwindex{from}
|
||||
\stindex{from}
|
||||
|
||||
(The current implementation does not enforce the latter two
|
||||
restrictions, but programs should not abuse this freedom, as future
|
||||
implementations may enforce them or silently change the meaning of the
|
||||
program.)
|
||||
|
||||
\strong{Hierarchical module names:}\indexiii{hierarchical}{module}{names}
|
||||
when the module names contains one or more dots, the module search
|
||||
path is carried out differently. The sequence of identifiers up to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue