mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Revert accidentally committed files. Oops!
This commit is contained in:
parent
10faf6a0a3
commit
df9f1ecce6
2 changed files with 76 additions and 67 deletions
|
@ -465,7 +465,7 @@ class UnquotingTests(unittest.TestCase):
|
|||
|
||||
def test_unquote_with_unicode(self):
|
||||
r = urllib.parse.unquote('br%C3%BCckner_sapporo_20050930.doc')
|
||||
self.assertEqual(r, 'br\u00FCckner_sapporo_20050930.doc')
|
||||
self.assertEqual(r, 'br\xc3\xbcckner_sapporo_20050930.doc')
|
||||
|
||||
class urlencode_Tests(unittest.TestCase):
|
||||
"""Tests for urlencode()"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue