diff options
author | Guido van Rossum <guido@python.org> | 1997-05-08 23:11:04 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-08 23:11:04 +0000 |
commit | 56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872 (patch) | |
tree | ab8d71177407865eac9f3aebd09c9724d2027564 /Lib/quopri.py | |
parent | Set correct RFC number. Open input in binary. (diff) | |
download | cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.tar.gz cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.tar.bz2 cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.zip |
Set correct RFC number.
Diffstat (limited to 'Lib/quopri.py')
-rwxr-xr-x | Lib/quopri.py | 2 |
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 = '=' |