From 425ea7f9e4575419fad13c20c771a4f045f1c7e8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 12 Jun 2008 14:11:35 +0000 Subject: [PATCH] add a period --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index fee9c5eac06..2c476ae5634 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -78,7 +78,7 @@ Extension Modules Library ------- -- mimetools 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.