]> granicus.if.org Git - python/commitdiff
The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).
authorGuido van Rossum <guido@python.org>
Mon, 3 Jan 2000 15:44:40 +0000 (15:44 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Jan 2000 15:44:40 +0000 (15:44 +0000)
Lib/base64.py

index f20a51a13e3420d833e7cd1314bd564238be384a..2c7221494d616c8bb7d7092ad78fd10331fb7789 100755 (executable)
@@ -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