[Python-checkins] python/dist/src/Doc/texinputs python.sty, 1.107, 1.108

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Feb 10 13:29:46 EST 2004


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

Modified Files:
	python.sty 
Log Message:
add support for \e to the {alltt} environment


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** python.sty	9 Feb 2004 20:58:08 -0000	1.107
--- python.sty	10 Feb 2004 18:29:43 -0000	1.108
***************
*** 237,240 ****
--- 237,241 ----
    \setlength{\py at codewidth}{\linewidth}%
    \addtolength{\py at codewidth}{-\parindent}%
+   \let\e=\textbackslash%
    %
    \par\indent%




More information about the Python-checkins mailing list