Python backspace unindent works correctly when tabs are used (PY-1270)

This commit is contained in:
Dmitry Jemerov
2010-07-15 18:57:20 +04:00
parent d47b6ac747
commit c2d6646138
4 changed files with 23 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
class Foo(object):
def foo(bar):
pass
def bar(foo):
pass