Merged revisions 79529 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk
This commit is contained in:
Brian Curtin 2010-03-31 17:43:52 +00:00
parent fc7b3d26b1
commit da343d47f9
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ class Doc:
'thread', 'zipimport') or
(file.startswith(basedir) and
not file.startswith(os.path.join(basedir, 'site-packages')))) and
object.__name__ not in ('xml.etree')):
object.__name__ != 'xml.etree'):
if docloc.startswith("http://"):
docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__)
else: