Opened 7 years ago
Last modified 7 years ago
#28427 closed Cleanup/optimization
Setup.py uses old % formatting — at Initial Version
Reported by: | Joseph Bywater | Owned by: | nobody |
---|---|---|---|
Component: | Packaging | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
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?
Note:
See TracTickets
for help on using tickets.