Is this intentional or has it just not needed to be changed so it hasn't
been?
--
Ticket URL: <https://code.djangoproject.com/ticket/28427>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> The setup.py file uses the old % form of formatting strings rather than
> the newer, better way of using the format function `string.format()`
> Although it is not causing any issues, I believe that it should be
> updated to be more modern.
>
> Is this intentional or has it just not needed to be changed so it hasn't
> been?
New description:
The setup.py file uses the old % form of formatting strings rather than
the newer, better way of using the format function `string.format()`
Although it is not causing any issues, I believe that it should be updated
to be more modern.
This issue is on line 91.
Is this intentional (for compatibility) or has it just not needed to be
changed so it hasn't been?
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28427#comment:1>
* component: Packaging => Error reporting
--
Ticket URL: <https://code.djangoproject.com/ticket/28427#comment:2>
* status: new => closed
* resolution: => wontfix
Comment:
Thanks for the report, but I think we already discussed this and found no
compelling reason to move to the `format()` syntax everywhere.
--
Ticket URL: <https://code.djangoproject.com/ticket/28427#comment:3>