On Sun, 13 Feb 2022 at 02:57, Eric V. Smith <[email protected]> wrote: > See Paul’s example, copied above. Maybe the code isn’t expecting it. >
There wasn't an actual example, just a hypothetical one. I have never once seen something in real usage where you interpolate environment variables into a path, without expecting the environment variables to be paths. It's different with URLs, but pathlib doesn't handle URLs, it handles paths. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/QTYY7YHCQLTRLI7VSA3KRC5BNZNEP6XC/ Code of Conduct: http://python.org/psf/codeofconduct/
