[issue33744] Fix and improve tests for the uu module

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

[issue33744] Fix and improve tests for the uu module

2018-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9b5c9488c77aeaddeafa7e2302bdc87dd77ac084 by Serhiy Storchaka in branch '2.7': [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354) https://github.com/python/cpython/commit/9b5c9488c77aeaddeafa7e2302bdc87dd77ac084 -- ___

[issue33744] Fix and improve tests for the uu module

2018-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset ad4c7954df11b45ab2d17eefeb42bb7385615697 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-33744: Fix test_uu. (GH-7350) (GH-7352) https://github.com/python/cpython/commit/ad4c7954df11b45ab2d17eefeb42bb7385615697 -- __

[issue33744] Fix and improve tests for the uu module

2018-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset da7f8ce21adc6cd0d7f86f5784a1d477891976f7 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-33744: Fix test_uu. (GH-7350) (GH-7353) https://github.com/python/cpython/commit/da7f8ce21adc6cd0d7f86f5784a1d477891976f7 -- __

[issue33744] Fix and improve tests for the uu module

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6981 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33744] Fix and improve tests for the uu module

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

[issue33744] Fix and improve tests for the uu module

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

[issue33744] Fix and improve tests for the uu module

2018-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 027f95c736457f12c5713d9cf5b95ac335e583df by Serhiy Storchaka in branch 'master': bpo-33744: Fix test_uu. (GH-7350) https://github.com/python/cpython/commit/027f95c736457f12c5713d9cf5b95ac335e583df --

[issue33744] Fix and improve tests for the uu module

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

[issue33744] Fix and improve tests for the uu module

2018-06-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Separate tests in test_uu leak files of depend on the file leaked in other tests. $ ./python -m test -m test_decode test_uu ... Warning -- files was modified by test_uu Before: [] After: ['@test_12637_tmpi'] test_uu failed (env changed) $ ./python