Kaydet (Commit) fd2bfb02 authored tarafından Brian Curtin's avatar Brian Curtin

Merged revisions 79529 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk
üst 8f8db14b
...@@ -350,7 +350,7 @@ class Doc: ...@@ -350,7 +350,7 @@ class Doc:
'_thread', 'zipimport') or '_thread', 'zipimport') or
(file.startswith(basedir) and (file.startswith(basedir) and
not file.startswith(os.path.join(basedir, 'site-packages')))) 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://"): if docloc.startswith("http://"):
docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__) docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__)
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment