]> granicus.if.org Git - python/commit
Issue #21714: Disallow the construction of invalid paths using Path.with_name()....
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 Jul 2014 01:31:12 +0000 (21:31 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 Jul 2014 01:31:12 +0000 (21:31 -0400)
commit7084e736db318ba83a879e2e93e7c76264e48dbf
tree9cbd1206a5f55d5d23a50ff7b481db36b5a7e01c
parent7bc5fb6916b59e9d6e491c8519e5affa98b8aa6c
Issue #21714: Disallow the construction of invalid paths using Path.with_name().  Original patch by Antony Lee.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS