Message 267282 - Python tracker
Message267282
| Author | JelleZijlstra |
|---|---|
| Recipients | JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka |
| Date | 2016-06-04.17:24:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465061094.28.0.155512722649.issue27182@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In the patch that was just committed, the path_type variables are undefined (os.py lines 892 and 908). There is also no test for these error cases—we should test the cases where the path has no __fspath__ or does not return a bytes or str. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-04 17:24:54 | JelleZijlstra | set | recipients: + JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka |
| 2016-06-04 17:24:54 | JelleZijlstra | set | messageid: <1465061094.28.0.155512722649.issue27182@psf.upfronthosting.co.za> |
| 2016-06-04 17:24:54 | JelleZijlstra | link | issue27182 messages |
| 2016-06-04 17:24:54 | JelleZijlstra | create | |