diff options
Diffstat (limited to 'Doc/tools/partparse.py')
-rw-r--r-- | Doc/tools/partparse.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/partparse.py b/Doc/tools/partparse.py index 33e4ad4..ebd1b95 100644 --- a/Doc/tools/partparse.py +++ b/Doc/tools/partparse.py @@ -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 '), |