diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-10-05 20:54:11 +0530 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-10-05 08:24:11 -0700 |
commit | 6f9c55d1c0bb399911ded00bb6b3e6f43a514ea2 (patch) | |
tree | fa820d732535f017f5521df794edd6a4e6cbf2c6 /Lib/enum.py | |
parent | 07fbbfde1b300369b4f8d1cfb80045fbb23b7091 (diff) | |
download | cpython-git-6f9c55d1c0bb399911ded00bb6b3e6f43a514ea2.tar.gz |
bpo-34825: Add more entries to os to pathlib reference table (GH-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
Diffstat (limited to 'Lib/enum.py')
0 files changed, 0 insertions, 0 deletions