]> granicus.if.org Git - python/commitdiff
Remove note about the compiler not checking for two kinds of illegal
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 30 Jan 2001 01:25:15 +0000 (01:25 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 30 Jan 2001 01:25:15 +0000 (01:25 +0000)
imports.  It checks for them now.

Doc/ref/ref6.tex

index 083fd6863d8abebd9851b8e0d0a90dd74685b6b6..31769f7d2a8ebd101ffff3b229433eb635d9e813 100644 (file)
@@ -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