Message 267348 - Python tracker
Message267348
| Author | JelleZijlstra |
|---|---|
| Recipients | JelleZijlstra, brett.cannon, buchuki, ethan.furman, python-dev, serhiy.storchaka |
| Date | 2016-06-04.23:45:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465083941.8.0.479162760777.issue27186@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This patch adds support for fspath to a number of functions in the os module by augmenting the path_t argument converter. The tests only cover a subset of the functions that use path_t, because some (e.g., unlink) have destructive side effects. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-04 23:45:41 | JelleZijlstra | set | recipients: + JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka, buchuki |
| 2016-06-04 23:45:41 | JelleZijlstra | set | messageid: <1465083941.8.0.479162760777.issue27186@psf.upfronthosting.co.za> |
| 2016-06-04 23:45:41 | JelleZijlstra | link | issue27186 messages |
| 2016-06-04 23:45:41 | JelleZijlstra | create | |