fixed PY-4706 Modernize the improve "Replace + with string operator" refactoring tool.

This commit is contained in:
Ekaterina Tuzova
2012-12-17 18:25:49 +04:00
parent 2e3cf07c32
commit 4a49190ebf
5 changed files with 46 additions and 16 deletions
@@ -0,0 +1,3 @@
string = "string"
some_string = "some {0}".format(string)
@@ -0,0 +1,3 @@
string = "string"
some_string = "some " <caret>+ string