diff options
author | Barry Warsaw <barry@python.org> | 2001-07-16 20:41:40 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-07-16 20:41:40 (GMT) |
commit | b8a55c00d51643bdfdad5b7c35437eaf1b00a7be (patch) | |
tree | f8423a3206c50f0b874400726ae11c542aec6d0d /Lib/rfc822.py | |
parent | 9ec58aaef2d0124bd42e30e6029fe8a7bdb906e7 (diff) | |
download | cpython-b8a55c00d51643bdfdad5b7c35437eaf1b00a7be.zip cpython-b8a55c00d51643bdfdad5b7c35437eaf1b00a7be.tar.gz cpython-b8a55c00d51643bdfdad5b7c35437eaf1b00a7be.tar.bz2 |
Stoopid change, just to mention that the last checkin resolves SF bug
#437395
Diffstat (limited to 'Lib/rfc822.py')
-rw-r--r-- | Lib/rfc822.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rfc822.py b/Lib/rfc822.py index 71a445b..09a2fd9 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -9,7 +9,7 @@ effort at RFC 2822 updates have been made, but a thorough audit has not been performed. Consider any RFC 2822 non-conformance to be a bug. RFC 2822: http://www.faqs.org/rfcs/rfc2822.html - RFC 822: http://www.faqs.org/rfcs/rfc822.html (obsolete) + RFC 822 : http://www.faqs.org/rfcs/rfc822.html (obsolete) Directions for use: |