diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 13:49:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 13:49:36 (GMT) |
commit | 45394c281d09de67e16be0d56ff04ddb5b6f6011 (patch) | |
tree | 15f9733b6837457db4d325cade56d84abd254937 /Misc/NEWS | |
parent | f9b08b8e609916f970dc5ba2e41c9dbe1897240a (diff) | |
download | cpython-45394c281d09de67e16be0d56ff04ddb5b6f6011.zip cpython-45394c281d09de67e16be0d56ff04ddb5b6f6011.tar.gz cpython-45394c281d09de67e16be0d56ff04ddb5b6f6011.tar.bz2 |
Patch #531629: Add multicall support.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |