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

Antoine Pitrou report at bugs.python.org
Thu Jun 17 21:23:44 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> I've only marked this for 3.2 because I suspect there may be linux code 
> out there that this will break,

It should be noticed that Linux-only code has absolutely no point in using normcase(), since it's a no-op there.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list