[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-30618: add readlink to pathlib.Path by girtsf · Pull Request #8285 · python/cpython

the-knights-who-say-ni

girtsf changed the title bpo-30618: add readlink to pathlib.Path bpo-30618: add readlink to pathlib.Path (GH-8285)

Jul 14, 2018

Mariatta changed the title bpo-30618: add readlink to pathlib.Path (GH-8285) bpo-30618: add readlink to pathlib.Path

Jul 16, 2018

This adds a "readlink" method to pathlib.Path objects that calls through
to os.readlink, and wraps the result in a "Path" object.

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020