<div dir="ltr">Hi There,<br>
<br>
OS related file operations (copy, move, delete, rename...) should be placed into one module...<br>
As it quite confusing that they are in two moduls (os and shutil).<br>
<br>
I have read that one is higher level than other, but actually to use 
them I have to think which function can be found in which module.<br>
<br>
It is confuse for beginners, and makes the usage more complex instead of make it more simple (as Zen of Python says ;-) )<br>
<br>
An alias could good, not to cause incompatibility.<br>
<br>
Best regards,<br>
George</div>