[issue1492704] distinct error type from shutil.move()

Éric Araujo report at bugs.python.org
Tue Aug 9 17:10:39 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

I have re-read PEP 3151 and think it has no bearing on this bug: the PEP is about adding exception classes that map to errno values, and this report is about a library function that returns a custom exception unrelated to errnos.

I’m willing to review a patch with tests and docs updates for this, or write one myself.

----------
assignee: tarek -> eric.araujo
versions: +Python 3.3 -Python 3.2

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


More information about the Python-bugs-list mailing list