girtsf
changed the title
bpo-30618: add readlink to pathlib.Path
bpo-30618: add readlink to pathlib.Path (GH-8285)
Mariatta
changed the title
bpo-30618: add readlink to pathlib.Path (GH-8285)
bpo-30618: add readlink to pathlib.Path
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters