Downgrade a FIXME item to TODO.

This commit is contained in:
Sei Lisa 2017-01-28 05:04:26 +01:00
parent 3686d490a2
commit 250090f418

View file

@ -242,7 +242,7 @@ class outscript(object):
# binary operands, as they have a deceitful binding power when # binary operands, as they have a deceitful binding power when
# there's a unary minus downstream. # there's a unary minus downstream.
# #
# FIXME: See if the parenthesizing of ~ and ! can be improved. # TODO: See if the parenthesizing of ~ and ! can be improved.
elif lnt in ('~', '!'): elif lnt in ('~', '!'):
lparen = True lparen = True