Issue 24899: Add an os.path <=> pathlib equivalence table in pathlib docs (original) (raw)

Created on 2015-08-20 06:03 by ezio.melotti, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pathlib-os-correlation-doc.patch klimov,2015-09-15 19:41 review
Pull Requests
URL Status Linked Edit
PR 1753 merged python-dev,2017-05-23 05:36
Messages (6)
msg248877 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2015-08-20 06:03
I think it would be useful to add to the pathlib documentation a table listing os/os.path operations and their pathlib equivalent. This will be useful both for people porting their code to pathlib and for people that already know os/os.path and want to get familiar with pathlib.
msg250533 - (view) Author: Nikita Klimov (klimov) Date: 2015-09-12 21:43
I make a correlation table, plan to finish by September 16 or earlier
msg250798 - (view) Author: Nikita Klimov (klimov) Date: 2015-09-15 19:41
Patch in attach. Could anybody do review?
msg257313 - (view) Author: Camilla Montonen (Winterflower) Date: 2016-01-01 22:57
This is a good one for beginner patch reviewers, so submitted this to the core-mentorship mailing list.
msg294192 - (view) Author: Jamiel Almeida (slashfoo) * Date: 2017-05-22 21:53
I'm picking this up.
msg295051 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-06-02 18:36
New changeset ae8750bca8234a9af9382b9d7e457b57f810ad64 by Brett Cannon (Jamiel Almeida) in branch 'master': bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) https://github.com/python/cpython/commit/ae8750bca8234a9af9382b9d7e457b57f810ad64
History
Date User Action Args
2022-04-11 14:58:19 admin set github: 69087
2017-06-02 18:36:23 brett.cannon set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-06-02 18:36:04 brett.cannon set nosy: + brett.cannonmessages: +
2017-05-23 05:36:21 python-dev set pull_requests: + <pull%5Frequest1840>
2017-05-22 21:53:17 slashfoo set nosy: + slashfoomessages: + versions: + Python 3.7, - Python 3.5, Python 3.6
2016-01-01 22:57:02 Winterflower set nosy: + Winterflowermessages: +
2016-01-01 20:09:45 ezio.melotti set assignee: docs@python -> ezio.melottistage: needs patch -> patch reviewversions: - Python 3.4
2015-09-15 19:41:20 klimov set files: + pathlib-os-correlation-doc.patchkeywords: + patchmessages: +
2015-09-12 21:43:39 klimov set messages: +
2015-09-11 14:27:51 klimov set nosy: + klimov
2015-09-08 18:36:46 azsorkin set nosy: + azsorkin
2015-08-20 06:03:37 ezio.melotti create