Skip to content

Commit 778fb84

Browse files
Update base64 module docstring to reference RFC 4648
1 parent 8c0e251 commit 778fb84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/base64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Base16, Base32, Base64 (RFC 3548), Base85 and Ascii85 data encodings"""
1+
"""Base16, Base32, Base64 (RFC 4648), Base85 and Ascii85 data encodings"""
22

33
# Modified 04-Oct-1995 by Jack Jansen to use binascii module
44
# Modified 30-Dec-2003 by Barry Warsaw to add full RFC 3548 support

0 commit comments

Comments
 (0)