Skip to content

[3.7] bpo-34825: Add more entries to os to pathlib reference table (GH-9608)#9717

Merged
asvetlov merged 1 commit intopython:3.7from
miss-islington:backport-6f9c55d-3.7
Oct 5, 2018
Merged

[3.7] bpo-34825: Add more entries to os to pathlib reference table (GH-9608)#9717
asvetlov merged 1 commit intopython:3.7from
miss-islington:backport-6f9c55d-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Oct 5, 2018

The added functions are as below :

os module Pathlib
os.chmod Path.chmod
os.mkdir Path.mkdir
os.rename Path.rename
os.replace Path.replace
os.rmdir Path.rmdir
os.remove, os.unlink Path.unlink
os.path.samefile Path.samefile

Thanks

https://bugs.python.org/issue34825
(cherry picked from commit 6f9c55d)

Co-authored-by: Xtreak tirkarthi@users.noreply.github.com

https://bugs.python.org/issue34825

…H-9608)

The added functions are as below :

| os module     | Pathlib       |
| ------------- | ------------- |
| os.chmod   | Path.chmod  |
| os.mkdir  | Path.mkdir  |
| os.rename | Path.rename |
| os.replace | Path.replace |
| os.rmdir  | Path.rmdir |
| os.remove, os.unlink | Path.unlink |
| os.path.samefile | Path.samefile |

Thanks

https://bugs.python.org/issue34825
(cherry picked from commit 6f9c55d)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@tirkarthi: Status check is done, and it's a failure ❌ .

@tirkarthi
Copy link
Copy Markdown
Member

I have opened a ticket for Azure failure earlier : https://bugs.python.org/issue34902

@asvetlov
Copy link
Copy Markdown
Contributor

asvetlov commented Oct 5, 2018

I think we can ignore Azure failures now

@asvetlov asvetlov merged commit 29c40c7 into python:3.7 Oct 5, 2018
@bedevere-bot
Copy link
Copy Markdown

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-6f9c55d-3.7 branch October 5, 2018 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants