[Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.33,1.34

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 29 Jan 2001 17:25:18 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv17103/Doc/ref

Modified Files:
	ref6.tex 
Log Message:
Remove note about the compiler not checking for two kinds of illegal
imports.  It checks for them now.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** ref6.tex	2000/09/21 22:01:36	1.33
--- ref6.tex	2001/01/30 01:25:15	1.34
***************
*** 577,585 ****
  \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
--- 577,580 ----