Changes between Initial Version and Version 1 of Ticket #29623, comment 4
- Timestamp:
- Aug 2, 2018, 4:44:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29623, comment 4
initial v1 1 1 Patch seems fine. 2 2 3 (Slight niggle: Isn't %-style string formatting discouraged now? Does this kind of consideration block moving away from it, assuming that's desirable?) 3 (Slight niggle: Isn't %-style string formatting discouraged now?[1] Does this kind of consideration block moving away from it, assuming that's desirable?) 4 5 [1]: "This method of string formatting is the new standard in Python 3, and should be preferred to the % formatting described in String Formatting Operations in new code." https://docs.python.org/2/library/stdtypes.html#str.format — **though** it doesn't say this at https://docs.python.org/3/library/stdtypes.html#str.format...