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, steven.daprano, wolma
Date 2017-05-25.19:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495740790.66.0.24442915444.issue30413@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think os.normcase() calling os.fspath() needs to be a worry. Pragmatically it's just getting a str/bytes from an object that knows how to return a str/bytes for a path. IOW it's no different than os.normcase(str(path)) and so embedding the call such that it's not a flat-out no-op shouldn't be a general concern.
History
Date User Action Args
2017-05-25 19:33:10brett.cannonsetrecipients: + brett.cannon, steven.daprano, serhiy.storchaka, wolma
2017-05-25 19:33:10brett.cannonsetmessageid: <1495740790.66.0.24442915444.issue30413@psf.upfronthosting.co.za>
2017-05-25 19:33:10brett.cannonlinkissue30413 messages
2017-05-25 19:33:10brett.cannoncreate