Issue #23184: delete unused idlelib file.

This commit is contained in:
Terry Jan Reedy 2015-01-07 23:48:46 -05:00
parent 283f1aa881
commit 84d64a9c02
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
import string
def f():
a = 0
b = 1
c = 2
d = 3
e = 4
g()
def g():
h()
def h():
i()
def i():
j()
def j():
k()
def k():
l()
l = lambda: test()
def test():
string.capwords(1)
f()