summaryrefslogtreecommitdiffstats
path: root/Doc/tools/partparse.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-04 06:34:21 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-04 06:34:21 (GMT)
commitcefcb33d4e846954ce70a1fad6d73c38396c013f (patch)
treeca27f9d31779b34cb9a6872697e5b91ddec490f7 /Doc/tools/partparse.py
parentb98cd39e208c20f973874380cd05865b88a10ee6 (diff)
downloadcpython-cefcb33d4e846954ce70a1fad6d73c38396c013f.zip
cpython-cefcb33d4e846954ce70a1fad6d73c38396c013f.tar.gz
cpython-cefcb33d4e846954ce70a1fad6d73c38396c013f.tar.bz2
Oops, remove some debugging prints.
Diffstat (limited to 'Doc/tools/partparse.py')
-rw-r--r--Doc/tools/partparse.py2
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 '),