Skip to content

Commit c6a0a51

Browse files
committed
Remove outdated comment
A comment about a possible relaxation of how bytes URLs are treated in Python 3.3 is no longer relevant or useful. Remove it.
1 parent 2cb84b1 commit c6a0a51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/urllib/parse.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ 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
105100
_implicit_encoding = 'ascii'
106101
_implicit_errors = 'strict'
107102

0 commit comments

Comments
 (0)