[docs] [issue22933] Misleading sentence in doc for shutil.move

R. David Murray report at bugs.python.org
Mon Nov 24 19:32:32 CET 2014


R. David Murray added the comment:

I think you are correct that that sentence should just be deleted.  The preceding sentence should start "If the destination is an existing directory..."

I also wonder if shutil should be changed to use os.replace, but that is a separate issue.

----------
nosy: +r.david.murray
versions: +Python 3.4, Python 3.5

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


More information about the docs mailing list