Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cefcb33

Browse files
committed
Oops, remove some debugging prints.
1 parent b98cd39 commit cefcb33

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/partparse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,10 +2151,8 @@ def changeit(buf, pp):
21512151
elif s_buf_data == 'deprecated':
21522152
length, newi = getnextarg(length, buf, pp, i)
21532153
version = pp[i:newi][0]
2154-
print "version =", version
21552154
length, newi2 = getnextarg(length, buf, pp, newi)
21562155
action = pp[newi:newi2]
2157-
print "action =", action
21582156
del pp[i-1:newi2]
21592157
length = length - (newi2 - i) - 1
21602158
stuff = [chunk(PLAIN, ch.where, 'Deprecated since release '),

Doc/tools/partparse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,10 +2151,8 @@ def changeit(buf, pp):
21512151
elif s_buf_data == 'deprecated':
21522152
length, newi = getnextarg(length, buf, pp, i)
21532153
version = pp[i:newi][0]
2154-
print "version =", version
21552154
length, newi2 = getnextarg(length, buf, pp, newi)
21562155
action = pp[newi:newi2]
2157-
print "action =", action
21582156
del pp[i-1:newi2]
21592157
length = length - (newi2 - i) - 1
21602158
stuff = [chunk(PLAIN, ch.where, 'Deprecated since release '),

0 commit comments

Comments
 (0)