[issue34594] Some tests use hardcoded errno values

2018-09-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 18d7dff1bb6f5ca7060b0b2e2a2e74493619178f by Benjamin Peterson (Zackery Spytz) in branch '3.7': [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094) https://github.com/python/cpython/commit/18d7dff1bb6f5ca7060b0b2e2a2e744936191

[issue34594] Some tests use hardcoded errno values

2018-09-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 9eeecfd5d03cfd6d5cef71de31eed7f65f0e658b by Benjamin Peterson (Zackery Spytz) in branch '3.6': [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096) https://github.com/python/cpython/commit/9eeecfd5d03cfd6d5cef71de31eed7f65f0e6

[issue34594] Some tests use hardcoded errno values

2018-09-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8551 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue34594] Some tests use hardcoded errno values

2018-09-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8550 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue34594] Some tests use hardcoded errno values

2018-09-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset b03c2c51909e3b5b5966d86a2829b5ddf2d496aa by Benjamin Peterson (Zackery Spytz) in branch 'master': closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) https://github.com/python/cpython/commit/b03c2c51909e3b5b5966d86a2829b5ddf

[issue34594] Some tests use hardcoded errno values

2018-09-05 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8534 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34594] Some tests use hardcoded errno values

2018-09-05 Thread Zackery Spytz
New submission from Zackery Spytz : test_spwd.py and test_tabnanny.py use hardcoded errno values when they test some exception messages. -- components: Tests messages: 324662 nosy: ZackerySpytz priority: normal severity: normal status: open title: Some tests use hardcoded errno values