]> granicus.if.org Git - python/commit
Changed so lines that are all comment (or just whitespace + comment)
authorGreg Ward <gward@python.net>
Sat, 16 Sep 2000 18:33:36 +0000 (18:33 +0000)
committerGreg Ward <gward@python.net>
Sat, 16 Sep 2000 18:33:36 +0000 (18:33 +0000)
commitacff0b3f3b97584ab9e2da923eb0041f6cc99ed3
treefd9eb1e971165fe6d7433dc519b36717f598248c
parent3d05c1600336ad3f09b28cbedc7b31c17dcf51f0
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".
Lib/distutils/text_file.py