[issue33861] Minor improvements of tests for os.path.

2018-06-16 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33861] Minor improvements of tests for os.path.

2018-06-16 Thread miss-islington
miss-islington added the comment: New changeset 5c23e21ef655db35af45ed98a62eb54bff64dbd0 by Miss Islington (bot) in branch '3.6': bpo-33861: Minor improvements of tests for os.path. (GH-7715) https://github.com/python/cpython/commit/5c23e21ef655db35af45ed98a62eb54bff64dbd0 -- _

[issue33861] Minor improvements of tests for os.path.

2018-06-16 Thread miss-islington
miss-islington added the comment: New changeset 633593372a8aec46644a39e8d0b68e0f1eb5ed38 by Miss Islington (bot) in branch '3.7': bpo-33861: Minor improvements of tests for os.path. (GH-7715) https://github.com/python/cpython/commit/633593372a8aec46644a39e8d0b68e0f1eb5ed38 -- nosy:

[issue33861] Minor improvements of tests for os.path.

2018-06-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +7360 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33861] Minor improvements of tests for os.path.

2018-06-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +7359 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33861] Minor improvements of tests for os.path.

2018-06-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 17a0088e2680e12ce2c5f2ffc6b71766299e38d5 by Serhiy Storchaka in branch 'master': bpo-33861: Minor improvements of tests for os.path. (GH-7715) https://github.com/python/cpython/commit/17a0088e2680e12ce2c5f2ffc6b71766299e38d5 --

[issue33861] Minor improvements of tests for os.path.

2018-06-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +7330 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue33861] Minor improvements of tests for os.path.

2018-06-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : 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. * Remo