]> granicus.if.org Git - python/commit
bpo-29900: Simplify pathlib implementation. (#814)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Mar 2017 11:42:11 +0000 (13:42 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2017 11:42:11 +0000 (13:42 +0200)
commit62a99515301fa250feba1a2e0f2d8ea2a29d700e
tree22286c8078336387c0dd7ffc1acbf55dd8ebdff5
parent4aec9a8be2f2574f249008eb8be76c070fea37eb
bpo-29900: Simplify pathlib implementation. (#814)

Since functions in the os module support path-like objects, explicit
converting Path to str no longer needed.
Lib/pathlib.py