From 10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Tue, 30 Jan 2001 01:25:15 +0000 Subject: Remove note about the compiler not checking for two kinds of illegal imports. It checks for them now. --- Doc/ref/ref6.tex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 083fd68..31769f7 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -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 -- cgit v0.12