fixed PY-6994 Paste leads to syntactically incorrect code in case pasting copied text instead of selection

This commit is contained in:
Ekaterina Tuzova
2012-08-02 14:30:01 +04:00
parent 655b8f5913
commit 25c85acb6a
23 changed files with 192 additions and 18 deletions

View File

@@ -1,8 +1,6 @@
def f():
a = 1
b = 2
def f():
a = 1
b = 2