8000 Revered change to initial comments · python/cpython@d585264 · GitHub
[go: up one dir, main page]

Skip to content

Commit d585264

Browse files
committed
Revered change to initial comments
1 parent 252eedb commit d585264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/base64.py

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

55
# Modified 04-Oct-1995 by Jack Jansen to use binascii module
6-
# Modified 30-Dec-2003 by Barry Warsaw to add full RFC 4648 support
6+
# Modified 30-Dec-2003 by Barry Warsaw to add full RFC 3548 support
77
# Modified 22-May-2007 by Guido van Rossum to use bytes everywhere
88

99
import re

0 commit comments

Comments
 (0)
0