commit | acff0b3f3b97584ab9e2da923eb0041f6cc99ed3 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Sep 16 18:33:36 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat Sep 16 18:33:36 2000 +0000 |
tree | fd9eb1e971165fe6d7433dc519b36717f598248c | |
parent | 3d05c1600336ad3f09b28cbedc7b31c17dcf51f0 [diff] |
Changed so lines that are all comment (or just whitespace + comment) are completely skipped, rather than being treated as blank lines (and then subject to the 'skip_blanks' flag). This allows us to process old-style Setup files, which rely on hello \\ # boo! there coming out as "hello there".