summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-31 13:49:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-10-31 13:49:36 (GMT)
commit45394c281d09de67e16be0d56ff04ddb5b6f6011 (patch)
tree15f9733b6837457db4d325cade56d84abd254937 /Misc/NEWS
parentf9b08b8e609916f970dc5ba2e41c9dbe1897240a (diff)
downloadcpython-45394c281d09de67e16be0d56ff04ddb5b6f6011.zip
cpython-45394c281d09de67e16be0d56ff04ddb5b6f6011.tar.gz
cpython-45394c281d09de67e16be0d56ff04ddb5b6f6011.tar.bz2
Patch #531629: Add multicall support.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 970c814..2449dec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Extension modules
Library
-------
+- xmlrpclib.MultiCall has been added.
+
- poplib.POP3_SSL has been added.
- tmpfile.mkstemp now returns an absolute path even if dir is relative.