Merge branch 'master' into ptk_2.0

This commit is contained in:
Anthony Scopatz 2018-07-14 18:07:21 -05:00
commit ba2e22f733

View file

@ -40,7 +40,7 @@ def check_news_file(fname):
form += '3'
else:
form += '2'
elif l.startswith('* ') or l.startswith(' '):
elif l.startswith('* ') or l.startswith('- ') or l.startswith(' '):
form += '1'
elif l.strip() == '':
form += '0'