[issue9018] os.path.normcase(None) does not raise an error on linux and should

Ezio Melotti report at bugs.python.org
Fri Jun 25 12:59:54 CEST 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Fixed in r82214. Now os.path.normcase() raises a TypeError if the arg is not str or bytes.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list