Message 267444 - Python tracker
Message267444
| Author | JelleZijlstra |
|---|---|
| Recipients | JelleZijlstra, ethan.furman |
| Date | 2016-06-05.17:45:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465148753.98.0.969687612042.issue27231@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This patch adds a number of os.fspath calls to the posixpath.py module. I didn't duplicate all tests to check PathLike objects in addition str/bytes, because that seemed excessive. Instead I tried to ensure that each function has at least one test checking that it accepts PathLike objects. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-05 17:45:54 | JelleZijlstra | set | recipients: + JelleZijlstra, ethan.furman |
| 2016-06-05 17:45:53 | JelleZijlstra | set | messageid: <1465148753.98.0.969687612042.issue27231@psf.upfronthosting.co.za> |
| 2016-06-05 17:45:53 | JelleZijlstra | link | issue27231 messages |
| 2016-06-05 17:45:53 | JelleZijlstra | create | |