We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c358142 commit 3c10cf0Copy full SHA for 3c10cf0
Lib/test/test_ntpath.py
@@ -472,10 +472,6 @@ def test_realpath_basic(self, kwargs):
472
self.assertEqual(ABSTFN + "\0spam",
473
ntpath.realpath(os_helper.TESTFN + "\0spam", **kwargs))
474
475
- # gh-106242: Embedded nulls and non-strict fallback to abspath
476
- self.assertEqual(ABSTFN + "\0spam",
477
- ntpath.realpath(os_helper.TESTFN + "\0spam", strict=False))
478
-
479
@os_helper.skip_unless_symlink
480
@unittest.skipUnless(HAVE_GETFINALPATHNAME, 'need _getfinalpathname')
481
def test_realpath_strict(self):
0 commit comments