From 1086d3cea7a38705a96c54f64b637c9638e5bff4 Mon Sep 17 00:00:00 2001 From: hierro Date: Mon, 10 Jun 2002 05:14:58 +0000 Subject: [PATCH] Elaborate whitespace-comment problem. --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 89baf63e..2398f793 100644 --- a/TODO +++ b/TODO @@ -53,10 +53,10 @@ Implementation > "30m' id'cache1" . -- Delete whitespace before comments. If the rest of the line consists - of only non-outputting directives and whitespace, delete the line from the - output. The only outputting directives I see are #echo, #block and - #include. -- MO +- Delete whitespace before a comment on the same line. The methods are + Parser.eatComment() and Parser.eatMultiLineComment(). It's already + working if the line contains 'STUFF#slurp ## comment'. Need to make + it work for 'STUFF ## comment' (but retain the EOL newline). - 'python setup.py uninstall'. This may require hacking an uninstall feature into distutils.