[Python-checkins] python/dist/src/Doc/ref ref2.tex,1.53,1.54

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 15:25:08 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8071

Modified Files:
	ref2.tex 
Log Message:
Patch #1011144: Correct regex for coding decls.


Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** ref2.tex	5 Aug 2004 21:11:27 -0000	1.53
--- ref2.tex	18 Aug 2004 13:25:05 -0000	1.54
***************
*** 76,80 ****
  
  If a comment in the first or second line of the Python script matches
! the regular expression \regexp{coding[=:]\e s*([\e w-_.]+)}, this comment is
  processed as an encoding declaration; the first group of this
  expression names the encoding of the source code file. The recommended
--- 76,80 ----
  
  If a comment in the first or second line of the Python script matches
! the regular expression \regexp{coding[=:]\e s*([-\e w.]+)}, this comment is
  processed as an encoding declaration; the first group of this
  expression names the encoding of the source code file. The recommended



More information about the Python-checkins mailing list