mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).
This commit is contained in:
parent
f23aa1ee9f
commit
d2783da63e
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
# Conversions to/from base64 transport encoding as per RFC-MIME (Dec 1991
|
||||
# version).
|
||||
|
||||
# Parameters set by RFC-1421.
|
||||
# Conversions to/from base64 transport encoding as per RFC-1521.
|
||||
#
|
||||
# Modified 04-Oct-95 by Jack to use binascii module
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue