GitHub user BTaskaya opened a pull request:
https://github.com/apache/libcloud/pull/1164
String Formatting Fixment
## String Formatting Fixment
### Description
According to PEP3101, old type string formattings (%s) must re-writed as
new type string formatting ("{}" and ".format()")
### Status
Done Ready for Re-view
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [x] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BTaskaya/libcloud oldformatting
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1164.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1164
----
commit 769d48d11866016959178aeed61ce089cc86d198
Author: Batuhan Osman TaÅkaya <batuhanosmantaskaya@...>
Date: 2018-01-10T06:06:12Z
String Formatting Fixment
commit 96c6c12d598bbe0cebc562b1578ec6f64acdc1b4
Author: Batuhan Osman TaÅkaya <batuhanosmantaskaya@...>
Date: 2018-01-10T06:07:06Z
String Formatting Fixment
commit d686d979596a7aa2607461202aef8275848af9cb
Author: Batuhan Osman TaÅkaya <batuhanosmantaskaya@...>
Date: 2018-01-10T06:08:01Z
String Formatting Fixment
commit 234a3322a8caeecb2346ec6744374ae01f9bb134
Author: Batuhan Osman TaÅkaya <batuhanosmantaskaya@...>
Date: 2018-01-10T06:08:39Z
String Formatting Fixment
----
---