diff -rc Python-2.3b1-orig/Doc/ref/ref6.tex Python-2.3b1/Doc/ref/ref6.tex *** Python-2.3b1-orig/Doc/ref/ref6.tex Mon Mar 31 07:53:03 2003 --- Python-2.3b1/Doc/ref/ref6.tex Sun Jun 8 14:33:52 2003 *************** *** 822,832 **** \bifuncindex{globals} \bifuncindex{locals} - Also, in the current implementation, multi-line compound statements must - end with a newline: - \code{exec "for v in seq:\e{}n\e{}tprint v\e{}n"} works, but - \code{exec "for v in seq:\e{}n\e{}tprint v"} fails with - \exception{SyntaxError}. - \exindex{SyntaxError} - - --- 822,824 ----