add support for \e to the {alltt} environment
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty
index 734ffa3..770499e 100644
--- a/Doc/texinputs/python.sty
+++ b/Doc/texinputs/python.sty
@@ -236,6 +236,7 @@
   % Calculate the text width for the minipage:
   \setlength{\py@codewidth}{\linewidth}%
   \addtolength{\py@codewidth}{-\parindent}%
+  \let\e=\textbackslash%
   %
   \par\indent%
   \begin{minipage}[t]{\py@codewidth}%