summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-09-22 17:17:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-09-22 17:17:32 (GMT)
commitce96d8b6846f5658018923efcb8a5810bbb0bfb7 (patch)
treea3aa2a928e6ece056cd4c4c2ba897767e7257f64 /Misc
parentc6646c097aceec4b4ee64968e875b508e908e9f4 (diff)
downloadcpython-ce96d8b6846f5658018923efcb8a5810bbb0bfb7.zip
cpython-ce96d8b6846f5658018923efcb8a5810bbb0bfb7.tar.gz
cpython-ce96d8b6846f5658018923efcb8a5810bbb0bfb7.tar.bz2
Bug #1030125: rfc822 __iter__ problem
Add iteration support to the Message class.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3dac4a8..617e815 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,7 @@ Extension modules
Library
-------
+- rfc822 Messages now support iteration.
- The (undocumented) tarfile.Tarfile.membernames has been removed;
applications should use the getmember function.