New submission from Barney Gale <barney.g...@gmail.com>:

Whereas most calls to `os` functions from `pathlib.Path` methods happen via 
`pathlib._Accessor` methods, retrieving the current working directory does not. 
This problem occurs when calling the `pathlib.Path.cwd()`, `~resolve()` and 
`~absolute()` methods.

----------
components: Library (Lib)
messages: 362114
nosy: barneygale
priority: normal
severity: normal
status: open
title: pathlib calls `os.getcwd()` without using accessor
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39659>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to