Re: [Python-ideas] Please consider adding of functions file system operations to pathlib

2018-02-20 Thread Michel Desmoulin
+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/
> 
___
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-ideas] Please consider adding of functions file system operations to pathlib

2018-02-20 Thread George Fischhof
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/