]> granicus.if.org Git - python/commitdiff
note smtpd module changes in NEWS
authorRichard Jones <richard@commonground.com.au>
Wed, 4 Aug 2010 01:19:22 +0000 (01:19 +0000)
committerRichard Jones <richard@commonground.com.au>
Wed, 4 Aug 2010 01:19:22 +0000 (01:19 +0000)
Misc/NEWS

index dcf2b624b03cd95db59345537a97f7e71ca9c683..fcd450be0372615bccdd8d5b2e1caee0c587337b 100644 (file)
--- 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.