Please consider adding of functions file system operations to pathlib
Good day all, as a continuation of thread "OS related file operations (copy, move, delete, rename...) should be placed into one module" https://mail.python.org/pipermail/python-ideas/2017-January/044217.html please consider making pathlib to a central file system module with putting file operations (copy, move, delete, rmtree etc) into pathlib. BR, George
+1 We already merged, os.path and glob with pathlib. Let's do all os and shutil. It's weird enough for beginners to even sumble upon that many ways of doing thing for FS. Le 20/02/2018 à 23:11, George Fischhof a écrit :
Good day all,
as a continuation of thread "OS related file operations (copy, move, delete, rename...) should be placed into one module"
https://mail.python.org/pipermail/python-ideas/2017-January/044217.html
please consider making pathlib to a central file system module with putting file operations (copy, move, delete, rmtree etc) into pathlib.
BR, George
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
Michel Desmoulin wrote:
+1 We already merged, os.path and glob with pathlib. Let's do all os and shutil. It's weird enough for beginners to even sumble upon that many ways of doing thing for FS. Le 20/02/2018 à 23:11, George Fischhof a écrit :
Good day all, as a continuation of thread "OS related file operations (copy, move, delete, rename...) should be placed into one module" https://mail.python.org/pipermail/python-ideas/2017-January/044217.html please consider making pathlib to a central file system module with putting file operations (copy, move, delete, rmtree etc) into pathlib. BR, George
Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
There have been many times now where I have been annoyed not to have rmtree in pathlib. I definitely would like to see that and other shutil capabilities added to that.
Steve Jorgensen <stevej@stevej.name> ezt írta (időpont: 2019. nov. 14., Cs, 10:59):
Michel Desmoulin wrote:
+1 We already merged, os.path and glob with pathlib. Let's do all os and shutil. It's weird enough for beginners to even sumble upon that many ways of doing thing for FS. Le 20/02/2018 à 23:11, George Fischhof a écrit :
Good day all, as a continuation of thread "OS related file operations (copy, move, delete, rename...) should be placed into one module"
https://mail.python.org/pipermail/python-ideas/2017-January/044217.html
please consider making pathlib to a central file system module with putting file operations (copy, move, delete, rmtree etc) into pathlib. BR, George
Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
There have been many times now where I have been annoyed not to have rmtree in pathlib. I definitely would like to see that and other shutil capabilities added to that. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/WI2UZQ... Code of Conduct: http://python.org/psf/codeofconduct/
Hi Steve, nowadays I have no time to create a PEP from this. Nether I had in the past ... And now it is required to have a sponsor for a PEP. It is too much for me alone ... But of course if you start to create a PEP I will be in BR, George
participants (3)
-
George Fischhof
-
Michel Desmoulin
-
Steve Jorgensen