]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Aug 2018 06:00:11 +0000 (23:00 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 11 Aug 2018 06:00:11 +0000 (09:00 +0300)
commitc614121224a5a81d958643471720645b1cb3166e
tree7e349cec14db0e56849ea123c5cf02b0e898543d
parentea8835fb302447da82f265a5bc0f785353100271
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)

(cherry picked from commit 423d05f6f59b24c91b9ef6b2e4ac130316764382)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2018-08-04-00-06-28.bpo-34333.5NHG93.rst [new file with mode: 0644]