pathlib strips trailing slash
| BPO | 21039 |
|---|---|
| Nosy | @akuchling, @pitrou, @serhiy-storchaka, @sigmavirus24, @hvenev |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = <Date 2015-04-14.16:54:25.933> created_at = <Date 2014-03-23.13:55:56.401> labels = ['type-bug', 'library'] title = 'pathlib strips trailing slash' updated_at = <Date 2015-04-14.16:54:25.932> user = 'https://github.com/hvenev'
bugs.python.org fields:
activity = <Date 2015-04-14.16:54:25.932> actor = 'pitrou' assignee = 'none' closed = True closed_date = <Date 2015-04-14.16:54:25.933> closer = 'pitrou' components = ['Library (Lib)'] creation = <Date 2014-03-23.13:55:56.401> creator = 'h.venev' dependencies = [] files = ['34586'] hgrepos = [] issue_num = 21039 keywords = ['patch'] message_count = 15.0 messages = ['214581', '214594', '214595', '214596', '214597', '214598', '214599', '214600', '214601', '214604', '224889', '224942', '240930', '240947', '240948'] nosy_count = 7.0 nosy_names = ['akuchling', 'pitrou', 'BreamoreBoy', 'serhiy.storchaka', 'icordasc', 'h.venev', 'ischwabacher'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue21039' versions = ['Python 3.4', 'Python 3.5']
Blocks issues
- Add pathlib.chown method #64978
- Support moving across filesystems in pathlib.Path, as shutil.move() does #73991
- Optimize
pathlib.PurePath.__fspath__()#102783 - Glob behavior is inconsistent across libraries #106747