diff options
author | Guido van Rossum <guido@python.org> | 1997-05-08 23:11:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-08 23:11:04 (GMT) |
commit | 56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872 (patch) | |
tree | ab8d71177407865eac9f3aebd09c9724d2027564 /Lib/quopri.py | |
parent | 25107deb9f5bd766ba9f3fe4870db0d74bcca82e (diff) | |
download | cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.zip cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.tar.gz cpython-56f78d9e3c3a143a0b7ca5a56069dff9c3a9a872.tar.bz2 |
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 55608d1..47ef751 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 = '=' |