Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10f8ba4

Browse files
committed
Remove note about the compiler not checking for two kinds of illegal
imports. It checks for them now.
1 parent eab156f commit 10f8ba4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,6 @@ \section{The \keyword{import} statement \label{import}}
576576
\kwindex{from}
577577
\stindex{from}
578578

579-
(The current implementation does not enforce the latter two
580-
restrictions, but programs should not abuse this freedom, as future
581-
implementations may enforce them or silently change the meaning of the
582-
program.)
583-
584579
\strong{Hierarchical module names:}\indexiii{hierarchical}{module}{names}
585580
when the module names contains one or more dots, the module search
586581
path is carried out differently. The sequence of identifiers up to

0 commit comments

Comments
 (0)