bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. by barneygale · Pull Request #26184 · python/cpython

@barneygale

@barneygale

… path.

Authored by Tzu-ping Chung (uranusjr)

@barneygale barneygale changed the title WIP: bpo-38671: Add test that pathlib.Path.resolve() returns an absolute path. bpo-38671: Add test that pathlib.Path.resolve() returns an absolute path.

May 17, 2021

@miss-islington

Thanks @barneygale for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington

Sorry @barneygale and @encukou, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 18f41c04ff4161531f4d08631059fd3ed37c0218 3.10

barneygale added a commit to barneygale/cpython that referenced this pull request

May 20, 2021
…bsolute path. (pythonGH-26184)

Issue should be fixed in bpo-43757

Co-Authored-by: Tzu-ping Chung <uranusjr@gmail.com>
(cherry picked from commit 18f41c0)

Co-authored-by: Barney Gale <barney.gale@gmail.com>

@bedevere-bot

miss-islington pushed a commit that referenced this pull request

May 21, 2021
…bsolute path. (GH-26184) (GH-26270)

Issue should be fixed in [bpo-43757]()

Co-Authored-by: Tzu-ping Chung <uranusjr@gmail.com>
(cherry picked from commit 18f41c0)

Co-authored-by: Barney Gale <barney.gale@gmail.com>

Automerge-Triggered-By: GH:encukou