| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Remove the `PathBase.stat()` method. Its use of the `os.stat_result` API, with its 10 mandatory fields and low-level types, makes it a poor fit for virtual filesystems. We'll look to add a `PathBase.info` attribute later - see pythonGH-125413.
Remove the `PathBase.stat()` method. Its use of the `os.stat_result` API, with its 10 mandatory fields and low-level types, makes it an awkward fit for virtual filesystems. We'll look to add a `PathBase.info` attribute later - see pythonGH-125413.
| Back | FazBrowse Home | New Git URL |
Remove the PathBase.stat() method. Its use of the os.stat_result API, with its 10 mandatory fields and low-level types, makes it an awkward fit for virtual filesystems.
We'll look to add a PathBase.info attribute later - see GH-125413.
No user-facing changes because the ABCs are still private.