This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, serhiy.storchaka, wolma
Date 2017-05-23.00:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495498383.79.0.567621816376.issue30427@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-23 00:13:03brett.cannonsetrecipients: + brett.cannon, serhiy.storchaka, wolma
2017-05-23 00:13:03brett.cannonsetmessageid: <1495498383.79.0.567621816376.issue30427@psf.upfronthosting.co.za>
2017-05-23 00:13:03brett.cannonlinkissue30427 messages
2017-05-23 00:13:03brett.cannoncreate