[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
Steve Dower added the comment: New changeset 206e4c3d3547b024935ea9655f960061dffbb80f by Steve Dower in branch '3.8': bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) https://github.com/python/cpython/commit/206e4c3d3547b024935ea9655f960061dffbb80f --

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
Steve Dower added the comment: New changeset 0d7e6a6d2d9e564d670efb6e3705598846de188d by Steve Dower in branch '3.7': bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) https://github.com/python/cpython/commit/0d7e6a6d2d9e564d670efb6e3705598846de188d --

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +15506 pull_request: https://github.com/python/cpython/pull/15859 ___ Python tracker ___ _

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +15505 pull_request: https://github.com/python/cpython/pull/15858 ___ Python tracker ___ _

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 97d7906e301261b20a45a22242a8accb1cfb by Zachary Ware (Steve Dower) in branch 'master': bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) https://github.com/python/cpython/commit/97d7906e301261b20a45a22242a8accb1cfb

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +15499 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15850 ___ Python tracker ___

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Steve Dower
New submission from Steve Dower : Tests in test_ntpath that go via the actual file system (e.g. via realpath()) need to allow for the case of the path potentially changing. -- assignee: steve.dower components: Windows messages: 351636 nosy: paul.moore, steve.dower, tim.golden, zach.war