diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-30 01:25:15 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-30 01:25:15 (GMT) |
commit | 10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002 (patch) | |
tree | 9f4609760a4be187633f136771d54e386fff9358 /Doc/ref/ref6.tex | |
parent | eab156f8eb68b64a0ca39067dce06950b8588f33 (diff) | |
download | cpython-10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002.zip cpython-10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002.tar.gz cpython-10f8ba4fc6ba5fe3d8bac6625de4a157cdff5002.tar.bz2 |
Remove note about the compiler not checking for two kinds of illegal
imports. It checks for them now.
Diffstat (limited to 'Doc/ref/ref6.tex')
-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 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 |