mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #23184: delete unused idlelib file.
This commit is contained in:
parent
283f1aa881
commit
84d64a9c02
1 changed files with 0 additions and 31 deletions
|
@ -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()
|
|
Loading…
Add table
Add a link
Reference in a new issue