Skip to content

Use more modern string formatting internally within param #53

@ceball

Description

@ceball

We've been using printf-style formatting (https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting), but python now offers nicer ways to format strings.

Note that we can't use the following, because it's not available in 2:

Changed in version 3.1: The positional argument specifiers can be omitted, so '{} {}' is equivalent to '{0} {1}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    "internal improvement"i.e. few people will care? (though could enable some other important thing)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions