From: Richard Jones <richard@commonground.com.au>
Date: Wed, 4 Aug 2010 01:19:22 +0000 (+0000)
Subject: note smtpd module changes in NEWS
X-Git-Tag: v3.2a2~482
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd24cf692cda425a2c571942cf4e52d8b8d4f57a;p=python

note smtpd module changes in NEWS
---

diff --git a/Misc/NEWS b/Misc/NEWS
index dcf2b624b0..fcd450be03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Extensions
 Library
 -------
 
+- Issue #4184: Private attributes on smtpd.SMTPChannel made public and
+  deprecate the private attributes. Add tests for smtpd module.
+
 - Issue #3196: email header decoding is now forgiving if an RFC2047
   encoded word encoded in base64 is lacking padding.