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 195d13c commit d3e3b2bCopy full SHA for d3e3b2b
Lib/urllib/parse.py
@@ -97,11 +97,9 @@ def clear_cache():
97
_byte_quoter_factory.cache_clear()
98
99
# Helpers for bytes handling
100
-# For 3.2, we deliberately require applications that
101
-# handle improperly quoted URLs to do their own
102
-# decoding and encoding. If valid use cases are
103
-# presented, we may relax this by using latin-1
104
-# decoding internally for 3.3
+# We deliberately require applications that
+# handle improperly quoted URLs to do their
+# own decoding and encoding.
105
_implicit_encoding = 'ascii'
106
_implicit_errors = 'strict'
107
0 commit comments