[Python-checkins] python/dist/src/Lib trace.py,1.13,1.14

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Fri Oct 10 19:05:43 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv891

Modified Files:
	trace.py 
Log Message:
Ouch.  Remove debug code containing obscenities. :-)


Index: trace.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/trace.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** trace.py	10 Oct 2003 23:02:01 -0000	1.13
--- trace.py	10 Oct 2003 23:05:41 -0000	1.14
***************
*** 296,302 ****
          """Return a coverage results file in path."""
  
-         print "path =", `path`
-         if "/arse" in path:
-             import pdb; pdb.set_trace()
          try:
              outfile = open(path, "w")
--- 296,299 ----





More information about the Python-checkins mailing list