summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-03-28-21-17-08.bpo-30427.lxzvbw.rst
blob: 80e7c4a15e52727b8a1689c8c73bace09ef371de (plain)
1
2
``os.path.normcase()`` relies on ``os.fspath()`` to check the type of its argument. Redundant checks have been removed from its ``posixpath.normcase()`` and ``ntpath.normcase()`` implementations.
Patch by Wolfgang Maier.