summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-14 21:22:08 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-14 21:22:08 (GMT)
commiteed30d830b26d325d04630cd5ee3af22f4d234da (patch)
treedb4d84a79eb7f98e844cc85f21f0c1126f7c148b /Misc
parentcbb4f9ef58ec7673f7c64b16496879b914b0972a (diff)
downloadcpython-eed30d830b26d325d04630cd5ee3af22f4d234da.zip
cpython-eed30d830b26d325d04630cd5ee3af22f4d234da.tar.gz
cpython-eed30d830b26d325d04630cd5ee3af22f4d234da.tar.bz2
Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
(Unfortunately, nntplib doesn't have a test suite)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 5cae037..abcad74 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -492,6 +492,7 @@ Doug Moen
The Dragon De Monsyne
Skip Montanaro
Paul Moore
+Derek Morr
James A Morrison
Sjoerd Mullender
Sape Mullender
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d7a81e..58f381b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,8 @@ Core and Builtins
Library
-------
+- Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
+
- Issue #6022: a test file was created in the current working directory by
test_get_outputs in Distutils.