From: Guido van Rossum <guido@python.org>
Date: Mon, 3 Jan 2000 15:44:40 +0000 (+0000)
Subject: The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).
X-Git-Tag: v1.6a1~564
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2783da63ec5866eb482986555f34d6698f21645;p=python

The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).
---

diff --git a/Lib/base64.py b/Lib/base64.py
index f20a51a13e..2c7221494d 100755
--- a/Lib/base64.py
+++ b/Lib/base64.py
@@ -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