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 wolma
Recipients wolma
Date 2017-05-22.08:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495441077.08.0.893428733741.issue30427@psf.upfronthosting.co.za>
In-reply-to
Content
os.path.normcase as defined in both posixpath and ntpath is now calling os.fspath on its argument first. With that I think the following isinstance(str, bytes) checks have become redundant since AFAIU os.fspath is guaranteed to return either str or bytes instances.
History
Date User Action Args
2017-05-22 08:17:57wolmasetrecipients: + wolma
2017-05-22 08:17:57wolmasetmessageid: <1495441077.08.0.893428733741.issue30427@psf.upfronthosting.co.za>
2017-05-22 08:17:57wolmalinkissue30427 messages
2017-05-22 08:17:56wolmacreate