10000 Update Lib/test/test_pathlib.py · python/cpython@53c4b58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53c4b58

Browse files
uriyyoRémi Lapeyre
and
Rémi Lapeyre
authored
Update Lib/test/test_pathlib.py
Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
1 parent 7dab30d commit 53c4b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pathlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ def test_kwargs(self):
686686
self.cls(arg=None)
687687

688688
def test_subclass_kwargs(self):
689+
# See bpo-29847
689690
class _PathSubclass(self.cls):
690691
_flavour = self.cls()._flavour
691692

0 commit comments

Comments
 (0)
0