diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-30 01:25:15 +0000 |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-30 01:25:15 +0000 |
commit | 10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002 (patch) | |
tree | 9f4609760a4be187633f136771d54e386fff9358 | |
parent | eab156f8eb68b64a0ca39067dce06950b8588f33 (diff) | |
download | cpython-git-10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002.tar.gz |
Remove note about the compiler not checking for two kinds of illegal
imports. It checks for them now.
-rw-r--r-- | Doc/ref/ref6.tex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 083fd6863d..31769f7d2a 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 |