[issue30618] readlink for pathlib paths

2019-10-23 Thread Gregory P. Smith
Gregory P. Smith added the comment: Thanks Girts! -- resolution: -> fixed stage: patch review -> commit review status: open -> closed ___ Python tracker ___

[issue30618] readlink for pathlib paths

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset a01ba333affcc0677146dc8af57179bdb808d608 by Miss Skeleton (bot) (Girts) in branch 'master': bpo-30618: add readlink to pathlib.Path (GH-8285) https://github.com/python/cpython/commit/a01ba333affcc0677146dc8af57179bdb808d608 -- nosy:

[issue30618] readlink for pathlib paths

2019-10-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list

[issue30618] readlink for pathlib paths

2019-07-19 Thread Girts Folkmanis
Change by Girts Folkmanis : -- versions: +Python 3.9 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30618] readlink for pathlib paths

2018-08-29 Thread Berker Peksag
Berker Peksag added the comment: The resolve() method already solves symlinks, but I think this is a reasonable feature request. I've just reviewed PR 8285. -- nosy: +berker.peksag, pitrou versions: +Python 3.8 -Python 3.7 ___ Python tracker

[issue30618] readlink for pathlib paths

2018-07-14 Thread girts
Change by girts : -- keywords: +patch pull_requests: +7819 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue30618] readlink for pathlib paths

2018-06-23 Thread girts
girts added the comment: Just ran into the same thing. I would be interested in adding support for a "readlink" call if a pull request on this would be welcome. -- nosy: +girts ___ Python tracker

[issue30618] readlink for pathlib paths

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- nosy: +tuxtimo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30618] readlink for pathlib paths

2018-05-21 Thread Dror Levin
Change by Dror Levin : -- nosy: +spatz ___ Python tracker ___ ___ Python-bugs-list

[issue30618] readlink for pathlib paths

2017-07-21 Thread Steve Ward
Changes by Steve Ward : -- nosy: +planet36 -smheidrich ___ Python tracker ___ ___

[issue30618] readlink for pathlib paths

2017-07-21 Thread Steve Ward
Changes by Steve Ward : -- nosy: +smheidrich ___ Python tracker ___ ___ Python-bugs-list

[issue30618] readlink for pathlib paths

2017-06-09 Thread smheidrich
New submission from smheidrich: Is there any reason why there is no equivalent of os.readlink in pathlib.Path? Note that Path.resolve does *not* fit the bill, as it always produces an absolute path, whereas readlink just spits out the symlink target exactly the way it is stored, which may be