commit | 11c3bd3f6d06649484b81a659c7bf02d6632e607 | [log] [tgz] |
---|---|---|
author | Barney Gale <barney.gale@gmail.com> | Fri Apr 09 21:52:49 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Apr 09 21:52:49 2021 +0100 |
tree | 6fae86f755ac4ba975ab777455918233bddd2a40 | |
parent | 2d7fdc90731e132f9d6b43852ee112f25831394b [diff] |
bpo-40107: Switch to using io.open() for pathlib.Path.open() (GH-25240) Previously we had identical behaviour but only allowed accessors to override os.open(). This change allows the override to also construct the IO wrapper as well.