]> granicus.if.org Git - python/commit
The fullmodname() function chopped off the first character if the
authorGuido van Rossum <guido@python.org>
Fri, 10 Oct 2003 23:02:01 +0000 (23:02 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Oct 2003 23:02:01 +0000 (23:02 +0000)
commitb427c00376e0737147af9265755af454cbdb92cc
treee76e84fe0192ad963375a5657acdcec0fc57b1a5
parent13dbabe46e3b9f788873377b05a237c5bebfd8f9
The fullmodname() function chopped off the first character if the
module existed in the current directory.  Fix this.  Backport
candidate (I presume).
Lib/trace.py