- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message384573
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | domdfcoding2 |
|---|---|
| Recipients | domdfcoding2, gaborjbernat, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2021-01-07.09:55:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1610013359.74.0.761489517899.issue42855@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |

