]> granicus.if.org Git - python/commit
Catch syntax errors from processing template lines and turn them into
authorGreg Ward <gward@python.net>
Sun, 30 Jul 2000 01:47:16 +0000 (01:47 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jul 2000 01:47:16 +0000 (01:47 +0000)
commit6b24dffd13155ccd8ff33a4ad788452c16953574
tree6244ab9e3621ad303b27837484272a3d92106efb
parent979db976a3a07e20df7664b567aba91a2d0b538c
Catch syntax errors from processing template lines and turn them into
  mere warnings.
Call 'findall()' on our FileList object before we start using it seriously.
Lib/distutils/command/sdist.py