Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Mark failed test
  • Loading branch information
moreal committed Jan 18, 2026
commit 57da0e8f1334f999aab8adcb43664323b60535bf
2 changes: 2 additions & 0 deletions Lib/test/test_urlparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,8 @@ def test_telurl_params(self):
self.assertEqual(p1.path, '863-1234')
self.assertEqual(p1.params, 'phone-context=+1-914-555')

# TODO: RUSTPYTHON; urllib.parse.Quoter has removed in Python 3.14.
@unittest.expectedFailure
def test_Quoter_repr(self):
quoter = urllib.parse.Quoter(urllib.parse._ALWAYS_SAFE)
self.assertIn('Quoter', repr(quoter))
Expand Down
Loading