]> granicus.if.org Git - python/commit
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Jan 2014 23:07:17 +0000 (00:07 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Jan 2014 23:07:17 +0000 (00:07 +0100)
commit1b02da95d21c31ab94b98995a417ecb5d085d976
tree25d7bc4abc615dd3779c4d52d15d91c659c74935
parent8ec15f7a924ad65e2fbda7bbb86f90c56ea633ea
Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS