Message384573
Paul's example with the embedded null no longer works on Python 3.8 as Path.exists returns False on ValueError (added in gh-7695)
Path.exists already ignores some Windows-specific errors, so I don't see why it shouldn't also ignore invalid paths which can't exist. |
|
| Date |
User |
Action |
Args |
| 2021-01-07 09:55:59 | domdfcoding2 | set | recipients:
+ domdfcoding2, paul.moore, tim.golden, zach.ware, steve.dower, gaborjbernat |
| 2021-01-07 09:55:59 | domdfcoding2 | set | messageid: <1610013359.74.0.761489517899.issue42855@roundup.psfhosted.org> |
| 2021-01-07 09:55:59 | domdfcoding2 | link | issue42855 messages |
| 2021-01-07 09:55:59 | domdfcoding2 | create | |
|