summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-08 23:11:04 +0000
committerGuido van Rossum <guido@python.org>1997-05-08 23:11:04 +0000
commit56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872 (patch)
treeab8d71177407865eac9f3aebd09c9724d2027564 /Lib/quopri.py
parentSet correct RFC number. Open input in binary. (diff)
downloadcpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.tar.gz
cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.tar.bz2
cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.zip
Set correct RFC number.
Diffstat (limited to 'Lib/quopri.py')
-rwxr-xr-xLib/quopri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/quopri.py b/Lib/quopri.py
index 55608d12061..47ef7512c4b 100755
--- a/Lib/quopri.py
+++ b/Lib/quopri.py
@@ -1,4 +1,4 @@
-# Conversions to/from quoted-printable transport encoding as per RFC-XXXX
+# Conversions to/from quoted-printable transport encoding as per RFC-1521
# (Dec 1991 version).
ESCAPE = '='