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 barneygale
Recipients Kevin.Norris, Xtrem532, barneygale, bronger, elguavas, keithy, paul.moore, piotr.dobrogost, pitrou, projetmbc, qb-cea
Date 2021-05-02.13:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619963190.08.0.482450907222.issue24132@roundup.psfhosted.org>
In-reply-to
Content
Progress report:

I've been working on tidying up the pathlib internals over the 3.9 and 3.10 releases. We're now in a position where:

- `pathlib._Flavour` is entirely pure, and doesn't make any `os` calls
- `pathlib._Accessor` handles all `os` access.

The internal abstractions are now much tighter, which allows us to begin refactoring them with confidence!

The next step is to remove accessors, in bpo-43012.

After that I'll finally be in a position to start working on this bug!
History
Date User Action Args
2021-05-02 13:46:30barneygalesetrecipients: + barneygale, paul.moore, pitrou, bronger, elguavas, piotr.dobrogost, Kevin.Norris, projetmbc, keithy, qb-cea, Xtrem532
2021-05-02 13:46:30barneygalesetmessageid: <1619963190.08.0.482450907222.issue24132@roundup.psfhosted.org>
2021-05-02 13:46:30barneygalelinkissue24132 messages
2021-05-02 13:46:29barneygalecreate