This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Bo98
Recipients Bo98, barry, ned.deily, ronaldoussoren, terry.reedy
Date 2019-11-26.05:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574745434.62.0.212632844332.issue38295@roundup.psfhosted.org>
In-reply-to
Content
For what it's worth, this is having an impact on some real code: https://github.com/Homebrew/homebrew-core/pull/45110

Perhaps a simpler way to reproduce is:

% cd /tmp
% python3 -c 'import os; open(os.path.relpath("/tmp/test.txt"), "w")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '../../tmp/test.txt'
History
Date User Action Args
2019-11-26 05:17:14Bo98setrecipients: + Bo98, barry, terry.reedy, ronaldoussoren, ned.deily
2019-11-26 05:17:14Bo98setmessageid: <1574745434.62.0.212632844332.issue38295@roundup.psfhosted.org>
2019-11-26 05:17:14Bo98linkissue38295 messages
2019-11-26 05:17:14Bo98create