[Python-checkins] python/dist/src/Tools/scripts texcheck.py, 1.12, 1.13

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jul 2 00:55:45 CEST 2005


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17417

Modified Files:
	texcheck.py 
Log Message:
Teach texcheck about \textbar

Index: texcheck.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/texcheck.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- texcheck.py	12 Jul 2004 13:29:10 -0000	1.12
+++ texcheck.py	1 Jul 2005 22:55:43 -0000	1.13
@@ -57,6 +57,7 @@
     \email \kwindex \refexmodindex \filenq \e \menuselection
     \exindex \linev \newsgroup \verbatim \setshortversion
     \author \authoraddress \paragraph \subparagraph \cmemberline
+    \textbar
 """
 
 def matchclose(c_lineno, c_symbol, openers, pairmap):



More information about the Python-checkins mailing list