summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Jones <richard@commonground.com.au>2010-08-04 01:19:22 (GMT)
committerRichard Jones <richard@commonground.com.au>2010-08-04 01:19:22 (GMT)
commitdd24cf692cda425a2c571942cf4e52d8b8d4f57a (patch)
treef267943aa5a548ad4abc1031c0bede24eb778d98 /Misc
parent577ba7d43a59dd2d893c4ccf95e7d4e21cc84ac5 (diff)
downloadcpython-dd24cf692cda425a2c571942cf4e52d8b8d4f57a.zip
cpython-dd24cf692cda425a2c571942cf4e52d8b8d4f57a.tar.gz
cpython-dd24cf692cda425a2c571942cf4e52d8b8d4f57a.tar.bz2
note smtpd module changes in NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dcf2b62..fcd450b 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.