[Python-checkins] python/dist/src/Doc/ref ref2.tex,1.47,1.48

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 21 Jun 2003 06:40:04 -0700


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

Modified Files:
	ref2.tex 
Log Message:
Patch #755683: Document that there might be a maximum indentation limit.
Fixes #700827


Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** ref2.tex	19 Jan 2003 13:08:18 -0000	1.47
--- ref2.tex	21 Jun 2003 13:40:02 -0000	1.48
***************
*** 186,190 ****
  \strong{Cross-platform compatibility note:} because of the nature of
  text editors on non-UNIX platforms, it is unwise to use a mixture of
! spaces and tabs for the indentation in a single source file.
  
  A formfeed character may be present at the start of the line; it will
--- 186,192 ----
  \strong{Cross-platform compatibility note:} because of the nature of
  text editors on non-UNIX platforms, it is unwise to use a mixture of
! spaces and tabs for the indentation in a single source file.  It
! should also be noted that different platforms may explicitly limit the
! maximum indentation level.
  
  A formfeed character may be present at the start of the line; it will