]> granicus.if.org Git - python/commit
Merged revisions 82045 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Thu, 17 Jun 2010 13:27:40 +0000 (13:27 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 17 Jun 2010 13:27:40 +0000 (13:27 +0000)
commit0217eb8cbd4444f23d399f673697fcd751e92214
tree786bad2f2b8b3861e4ecb40b7c6c72e555cbeada
parenta58eed9cca47c6548a231600e3e3379a273b0908
Merged revisions 82045 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82045 | r.david.murray | 2010-06-17 09:23:18 -0400 (Thu, 17 Jun 2010) | 5 lines

  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 bug in normcase.
........
Lib/test/test_inspect.py