- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message330394
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 | eryksun |
|---|---|
| Recipients | eryksun, jimbo1qaz_, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware |
| Date | 2018-11-25.20:32:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543177944.5.0.788709270274.issue35306@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Path.exists should ignore all OSError exceptions, as os.path.exists does. Barring that, I suppose for Windows we could add EINVAL to IGNORED_ERROS. The problem with ValueError was already addressed in issue 33721. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-25 20:32:24 | eryksun | set | recipients: + eryksun, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, jimbo1qaz_ |
| 2018-11-25 20:32:24 | eryksun | set | messageid: <1543177944.5.0.788709270274.issue35306@psf.upfronthosting.co.za> |
| 2018-11-25 20:32:24 | eryksun | link | issue35306 messages |
| 2018-11-25 20:32:24 | eryksun | create | |

