Skip to content

Commit aa2e498

Browse files
Keep consideration
1 parent 0c5283e commit aa2e498

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/base64.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ def b32hexdecode(s, casefold=False, *, padded=True, ignorechars=b'',
267267

268268

269269
# RFC 4648, Base 16 Alphabet specifies uppercase, but hexlify() returns
270-
# lowercase.
270+
# lowercase. The RFC also recommends against accepting input case
271+
# insensitively.
271272
def b16encode(s, *, wrapcol=0):
272273
"""Encode the bytes-like object s using Base16 and return a bytes object.
273274

0 commit comments

Comments
 (0)