• Victor Stinner's avatar
    bpo-31028: Fix test_pydoc when run directly (#2864) · fd465611
    Victor Stinner authored
    * bpo-31028: Fix test_pydoc when run directly
    
    Fix get_pydoc_link() of test_pydoc to fix "./python
    Lib/test/test_pydoc.py": get the absolute path to __file__ to prevent
    relative directories.
    
    * Use realpath() instead of abspath()
    fd465611
test_pydoc.py 40.3 KB