Brett Cannon added the comment:

The problem with leaving os.fspath() out of os.path.normcase() is that suddenly 
a single function that deals with paths won't work with path-like objects. So 
that means support for path-like objects won't implicitly work in code that 
assumes a path but doesn't explicitly go out of its way to support path-like 
objects.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30427>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to