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.
|