Skip to content

Commit d3e3b2b

Browse files
authored
Edit outdated comment (#121152)
A comment about a possible relaxation of how bytes URLs are treated in Python 3.3 is no longer relevant or useful.
1 parent 195d13c commit d3e3b2b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Lib/urllib/parse.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ def clear_cache():
9797
_byte_quoter_factory.cache_clear()
9898

9999
# 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
100+
# We deliberately require applications that
101+
# handle improperly quoted URLs to do their
102+
# own decoding and encoding.
105103
_implicit_encoding = 'ascii'
106104
_implicit_errors = 'strict'
107105

0 commit comments

Comments
 (0)