Kaydet (Commit) b2628b0f authored tarafından Jack Jansen's avatar Jack Jansen

Added the standard MacOSX location for documentation inside a framework

to the list of places where pydoc looks for HTML documents.
üst 040d7ca4
......@@ -1499,7 +1499,8 @@ class Helper:
'/usr/doc/python-docs-' + split(sys.version)[0],
'/usr/doc/python-' + split(sys.version)[0],
'/usr/doc/python-docs-' + sys.version[:3],
'/usr/doc/python-' + sys.version[:3]]:
'/usr/doc/python-' + sys.version[:3],
os.path.join(sys.prefix, 'Resources/English.lproj/Documentation')]:
if dir and os.path.isdir(os.path.join(dir, 'lib')):
self.docdir = dir
......
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