bpo-41066: Update the comparison section for os vs pathlib#21261
bpo-41066: Update the comparison section for os vs pathlib#21261pitrou merged 4 commits intopython:masterfrom srinivasreddy:bpo-41066
Conversation
|
Should be back ported to 3.8, 3.9 as well. |
nanjekyejoannah
left a comment
There was a problem hiding this comment.
A ping with @pitrou for his thought on this.
Looks trivial for a news entry.
|
Agree that it is trivial to have a NEWS entry, so I removed it. |
| :func:`os.path.isdir` :meth:`Path.is_dir` | ||
| :func:`os.path.isfile` :meth:`Path.is_file` | ||
| :func:`os.path.islink` :meth:`Path.is_symlink` | ||
| :func:`os.link` :meth:`Path.link_to` |
There was a problem hiding this comment.
Do you want to quickly add os.symlink and Path.symlink_to?
|
Thanks @srinivasreddy for the PR, and @pitrou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
|
GH-21863 is a backport of this pull request to the 3.9 branch. |
|
Sorry, @srinivasreddy and @pitrou, I could not cleanly backport this to |
…honGH-21261). (cherry picked from commit 0eb9deb) Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
|
GH-21864 is a backport of this pull request to the 3.8 branch. |
https://bugs.python.org/issue41066