= KNOWN BUGS = // SPDX-FileCopyrightText: (C) Eric S. Raymond // SPDX-License-Identifier: CC-BY-4.0 * In stringmethods.py, line.strip().upper() should fully resolve but doesn't - repeated transforms are not working quite as they should. * Lambdas could be translated. The problem is telling where they end; the usual comma ambiguity is a problem here. * The if "string" in object: translator does not handle literal lists, tuples, or dictionaries.