Issue 29900: Remove unneeded wrappers in pathlib (original) (raw)
Created on 2017-03-25 08:25 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 814 | merged | serhiy.storchaka,2017-03-25 08:30 |
Messages (2) | ||
---|---|---|
msg290468 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-03-25 08:25 |
Since functions in the os module support path-like objects, the code of the pathlib module can be simplified. The wrappers that explicitly convert Path to str no longer needed. | ||
msg290480 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-03-25 11:42 |
New changeset 62a99515301fa250feba1a2e0f2d8ea2a29d700e by Serhiy Storchaka in branch 'master': bpo-29900: Simplify pathlib implementation. (#814) https://github.com/python/cpython/commit/62a99515301fa250feba1a2e0f2d8ea2a29d700e |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:44 | admin | set | github: 74086 |
2017-03-25 11:42:58 | serhiy.storchaka | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2017-03-25 11:42:14 | serhiy.storchaka | set | messages: + |
2017-03-25 08:30:16 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest720> |
2017-03-25 08:25:52 | serhiy.storchaka | create |