mirror of
https://github.com/python/cpython.git
synced 2025-10-28 12:15:13 +00:00
Oops, remove some debugging prints.
This commit is contained in:
parent
b98cd39e20
commit
cefcb33d4e
2 changed files with 0 additions and 4 deletions
|
|
@ -2151,10 +2151,8 @@ def changeit(buf, pp):
|
|||
elif s_buf_data == 'deprecated':
|
||||
length, newi = getnextarg(length, buf, pp, i)
|
||||
version = pp[i:newi][0]
|
||||
print "version =", version
|
||||
length, newi2 = getnextarg(length, buf, pp, newi)
|
||||
action = pp[newi:newi2]
|
||||
print "action =", action
|
||||
del pp[i-1:newi2]
|
||||
length = length - (newi2 - i) - 1
|
||||
stuff = [chunk(PLAIN, ch.where, 'Deprecated since release '),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue