python/dist/src/Doc/lib libre.tex,1.108,1.109
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22680/Doc/lib Modified Files: libre.tex Log Message: Applying modified version of patch #1018386, which fixes some escaping bugs in SRE. Index: libre.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- libre.tex 18 Oct 2003 15:28:22 -0000 1.108 +++ libre.tex 3 Sep 2004 17:06:10 -0000 1.109 @@ -387,7 +387,8 @@ Octal escapes are included in a limited form: If the first digit is a 0, or if there are three octal digits, it is considered an octal -escape. Otherwise, it is a group reference. +escape. Otherwise, it is a group reference. As for string literals, +octal escapes are always at most three digits in length. % Note the lack of a period in the section title; it causes problems
participants (1)
-
niemeyer@users.sourceforge.net