[issue16074] bad error message in os.rename

Serhiy Storchaka report at bugs.python.org
Fri Sep 28 20:58:07 CEST 2012


Serhiy Storchaka added the comment:

Error in argument of path_error in function internal_rename.

For some errcode it should be dst, for some src, for some both, for some none, and for some it is unknown. And this can be platform-specific.

I suggest rollback this enhancement.

----------
nosy: +larry

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


More information about the Python-bugs-list mailing list