python-mega icon indicating copy to clipboard operation
python-mega copied to clipboard

Make the substitution more explicit

Open madchucky opened this issue 8 years ago • 0 comments

Different way of substituting the length of the string in format string as the %-formatting is called the "old %-formatting" in the documentation, be it for python:

  • 2.7 https://docs.python.org/2.7/library/string.html?highlight=string#module-string or
  • 3.6 https://docs.python.org/3.6/library/string.html?highlight=string#module-string

madchucky avatar Dec 06 '17 15:12 madchucky