]> granicus.if.org Git - python/commit
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 Jul 2014 01:37:15 +0000 (21:37 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 Jul 2014 01:37:15 +0000 (21:37 -0400)
commite50dafcd636ba32db890600164698bb070d40d97
treea5c1283b9830358f11b61d6bb624f82bb98f5c60
parent7084e736db318ba83a879e2e93e7c76264e48dbf
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
Patch by July Tikhonov.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS