There was an error while loading. Please reload this page.
test_mixed_case_module_names_are_lower_cased
1 parent d34d8fc commit ebfaa71Copy full SHA for ebfaa71
1 file changed
Lib/test/test_pydoc.py
@@ -357,7 +357,7 @@ def get_pydoc_html(module):
357
def get_pydoc_link(module):
358
"Returns a documentation web link of a module"
359
dirname = os.path.dirname
360
- basedir = dirname(dirname(os.path.realpath(__file__)))
+ basedir = dirname(dirname(__file__))
361
doc = pydoc.TextDoc()
362
loc = doc.getdocloc(module, basedir=basedir)
363
return loc
0 commit comments