Don't allow selection to break new-style formatting when extracting substrings (PY-8372)

This commit is contained in:
Andrey Vlasovskikh
2013-01-09 19:06:31 +04:00
parent ddd187fd0f
commit 7230e05c77
3 changed files with 17 additions and 4 deletions
@@ -0,0 +1 @@
print("Hel<selection>lo {</selection>}!".format("World"))