]> granicus.if.org Git - python/commit
Don't use os.normcase when the result we are expecting is None.
authorR. David Murray <rdmurray@bitdance.com>
Thu, 17 Jun 2010 13:23:18 +0000 (13:23 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 17 Jun 2010 13:23:18 +0000 (13:23 +0000)
commit4155f97699d0d1624442f3a317896add6ff0d8b5
tree4d99ac3ad2d958e7e3cb0073f2fdbe8d68ccd19e
parentd35a32e12eb7e3cf863cff80218e10c9bf3f351f
Don't use os.normcase when the result we are expecting is None.

This worked fine on linux but fails on Windows.  That may or may
not be a but in normcase.
Lib/test/test_inspect.py