Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2783da

Browse files
committed
The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).
1 parent f23aa1e commit d2783da

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lib/base64.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#! /usr/bin/env python
22

3-
# Conversions to/from base64 transport encoding as per RFC-MIME (Dec 1991
4-
# version).
5-
6-
# Parameters set by RFC-1421.
3+
# Conversions to/from base64 transport encoding as per RFC-1521.
74
#
85
# Modified 04-Oct-95 by Jack to use binascii module
96

0 commit comments

Comments
 (0)