[issue28907] test_pydoc fails if build is in sub-directory

2017-11-06 Thread Neil Schemenauer
Neil Schemenauer added the comment: Pretty sure the fix for bug 31028 also fixed this. Closing. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> test_pydoc fails when run directly

[issue28907] test_pydoc fails if build is in sub-directory

2017-06-09 Thread Neil Schemenauer
Changes by Neil Schemenauer : -- pull_requests: +2104 ___ Python tracker ___ ___

[issue28907] test_pydoc fails if build is in sub-directory

2016-12-08 Thread Neil Schemenauer
New submission from Neil Schemenauer: test_pydoc is failing for me for 3.6rc1. I build in a sub-directory, e.g. Python-3.6.0rc1/build-opt. The root of the issue is that pydoc getdocloc() is broken. It cannot build 'basedir' as it does and assume that is the location of standard modules.