[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread Steve Dower
Change by Steve Dower : -- pull_requests: -24257 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +24257 pull_request: https://github.com/python/cpython/pull/25538 ___ Python tracker ___ _

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset ab5d78ce4141a6b3cd55588cdbe3cd3bd5242d5b by Miss Islington (bot) in branch '3.9': bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) https://github.com/python/cpython/commit/ab5d78ce4141a6b3cd55

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset 1575ea01059b3ba836cdb62f01f0b6584d7756a7 by Miss Islington (bot) in branch '3.8': bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) https://github.com/python/cpython/commit/1575ea01059b3ba836cd

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24254 pull_request: https://github.com/python/cpython/pull/25535 ___ Python tracker ___ __

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24253 pull_request: https://github.com/python/cpython/pull/25534 ___ Python tracker _

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread Steve Dower
Steve Dower added the comment: New changeset 4696f1285d83dd7b69f459c63e14080b1f87f797 by Steve Dower in branch 'master': bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) https://github.com/python/cpython/commit/4696f1285d83dd7b69f459c63e140

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +24248 pull_request: https://github.com/python/cpython/pull/25529 ___ Python tracker ___ _

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-03-26 Thread Eryk Sun
Change by Eryk Sun : -- title: OSError [WinError 123] when testing if pathlib.Path('*') (asterisks) exists -> [Windows] OSError when testing whether pathlib.Path('*') exists type: -> behavior versions: +Python 3.10 -Python 3.7 ___ Python tracker <