[New-bugs-announce] [issue29224] OS related file operations (copy, move, delete, rename...) should be placed into one module

George Fischhof report at bugs.python.org
Tue Jan 10 09:36:47 EST 2017


New submission from George Fischhof:

Hi There,

OS related file operations (copy, move, delete, rename...) should be placed into one module...
As it quite confusing that they are in two moduls (os and shutil). 

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. 

It is confuse for beginners, and makes the usage more complex instead of make it more simple (as Zen of Python says ;-) )

An alias could good, not to cause incompatibility.

Best regards,
George

----------
components: Library (Lib)
messages: 285115
nosy: georgefischhof
priority: normal
severity: normal
status: open
title: OS related file operations (copy, move, delete, rename...) should be placed into one module
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29224>
_______________________________________


More information about the New-bugs-announce mailing list