remove the rfc822 module
diff --git a/Misc/NEWS b/Misc/NEWS
index c07393c..c635e29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@
 Library
 -------
 
+- rfc822 has been removed in favor of the email package.
+
 - mimetools has been removed in favor of the email package.
 
 - Patch #2849: Remove use of rfc822 module from standard library.