From f501942c764d25f29a2e06ba5c9917b149c7189b Mon Sep 17 00:00:00 2001
From: Barry Warsaw <barry@python.org>
Date: Thu, 12 Jun 2008 02:42:00 +0000
Subject: [PATCH] Update NEWS and ACKS for issue 2849.

---
 Misc/ACKS | 1 +
 Misc/NEWS | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/Misc/ACKS b/Misc/ACKS
index a3864d5d85..f34163ae00 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -161,6 +161,7 @@ Roger Dev
 Raghuram Devarakonda
 Toby Dickenson
 Mark Dickinson
+Humberto Diogenes
 Yves Dionne
 Daniel Dittmar
 Jaromir Dolecek
diff --git a/Misc/NEWS b/Misc/NEWS
index c6f91ef6fd..36c5cdea27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Extension Modules
 Library
 -------
 
+- Patch #2849: Remove use of rfc822 module from standard library.
+
 - Added C optimized implementation of io.StringIO.
 
 - The ``pickle`` module is now automatically use an optimized C
-- 
2.40.0