Opened 3 years ago
Closed 3 years ago
#33883 closed Cleanup/optimization (wontfix)
refactor: use f-strings
Description ¶
replace old style formatting with f-strings
in expressions.py
Note:
See TracTickets
for help on using tickets.
Opened 3 years ago
Closed 3 years ago
replace old style formatting with f-strings
in expressions.py
Resolution: | → wontfix |
---|---|
Status: | new → closed |
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.
Thanks for this patch, however we don't see anything wrong in using
%
-formatting as described in Python coding style.