From: Fred Drake Date: Fri, 27 Mar 1998 05:18:45 +0000 (+0000) Subject: Added note about weird sequencing of
 & 
around {verbatim} sections. X-Git-Tag: v1.5.1~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8821ecb9cc5d6717258d26f05bc8b0b7ac90ab10;p=thirdparty%2FPython%2Fcpython.git Added note about weird sequencing of
 & 
around {verbatim} sections. --- diff --git a/Doc/TODO b/Doc/TODO index db19b5a50ccb..e349873df7fd 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -18,3 +18,6 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- * Separate modules which share a section. (UserDict/UserList, and one other which I can't recall at the moment.) + +* Find a way to get the
 for a {verbatim} *inside* the 
used to + indent the code sample even on the new LaTeX2HTML. Needed for Lynx.