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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-06-14.16:59:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528995572.61.0.947875510639.issue33861@psf.upfronthosting.co.za>
In-reply-to
Content
When working on a path for issue33721 I have found that some tests for os.path can be improved, and these changes are worth backporting to older versions (3.6+).

* Test exists(), lexists(), isdir(), isfile(), islink(), ismount() with bytes paths.
* Remove unneeded silencing DeprecationWarning for ismount() with bytes path.
* Test common functions with unencodable and undecodable paths.
* Minor clean up and refactoring.
History
Date User Action Args
2018-06-14 16:59:32serhiy.storchakasetrecipients: + serhiy.storchaka
2018-06-14 16:59:32serhiy.storchakasetmessageid: <1528995572.61.0.947875510639.issue33861@psf.upfronthosting.co.za>
2018-06-14 16:59:32serhiy.storchakalinkissue33861 messages
2018-06-14 16:59:32serhiy.storchakacreate