summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-15 12:15:51 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-15 12:15:51 (GMT)
commitc1d0936d5b96da4bd2e127d235bf65a4f81609bf (patch)
tree4b6a0f25c7553d31f5955174940bdc74cd16f8f3 /Misc
parenta5503d5099beba75a976c8a280e92945f3738d27 (diff)
downloadcpython-c1d0936d5b96da4bd2e127d235bf65a4f81609bf.zip
cpython-c1d0936d5b96da4bd2e127d235bf65a4f81609bf.tar.gz
cpython-c1d0936d5b96da4bd2e127d235bf65a4f81609bf.tar.bz2
Merged revisions 72662 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72662 | antoine.pitrou | 2009-05-15 13:50:29 +0200 (ven., 15 mai 2009) | 3 lines Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9173a72..d3f4177 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
Library
-------
+- Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
+
- Issue #5918: Fix a crash in the parser module.
- Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.