Skip to content

Commit

Permalink
Elaborate whitespace-comment problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
hierro committed Jun 10, 2002
1 parent 63640d7 commit 1086d3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TODO
Expand Up @@ -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.
Expand Down

0 comments on commit 1086d3c

Please sign in to comment.