New submission from ntninja :
Is has come to my attention that the `os.fwalk` function has been missing from
the standard library on Python for macOS since 3.6, even though macOS should
support the necessary OS-interfaces (as specified in POSIX.1-2008) to support
that function it just
New submission from ntninja :
Background: For a long time several Linux filesystems have been tracking two
extra bits of information. The file attributes bits[1] and the file creation
time (aka crtime aka btime aka birthtime)[2]. Before Linux 4.11 accessing these
required secret knowledge
Change by ntninja :
--
keywords: +patch
pull_requests: +18486
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19125
___
Python tracker
<https://bugs.python.org/issu
ntninja added the comment:
I thought this might be the case, I'll look into adapting the patch accordingly
then.
--
___
Python tracker
<https://bugs.python.org/is