[New-bugs-announce] [issue29900] Remove unneeded wrappers in pathlib

Serhiy Storchaka report at bugs.python.org
Sat Mar 25 04:25:52 EDT 2017


New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
messages: 290468
nosy: pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Remove unneeded wrappers in pathlib
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29900>
_______________________________________


More information about the New-bugs-announce mailing list