[docs] [issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

Berker Peksag report at bugs.python.org
Fri Aug 3 10:25:01 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

This seems like a reasonable request. The feature was added in https://github.com/python/cpython/commit/e50dafcd636ba32db890600164698bb070d40d97 (issue 20639) in Python 3.4.

I'd normally suggest adding a ".. versionchanged:: 3.4" marker, but since the change is quite old and it's already in all of the current maintenance releases, I think we don't need to add it.

----------
nosy: +berker.peksag
versions: +Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34329>
_______________________________________


More information about the docs mailing list