summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-06-28 00:50:43 (GMT)
committerBarry Warsaw <barry@python.org>2004-06-28 00:50:43 (GMT)
commit11b91a0ea33fc4632a84d1b762f432411f9a0ddd (patch)
tree9727062871138ce674455ee6c021220361bd8ccb /Misc/NEWS
parent1ed5705154d6a0f4e23345f3ead902d2fffecca8 (diff)
downloadcpython-11b91a0ea33fc4632a84d1b762f432411f9a0ddd.zip
cpython-11b91a0ea33fc4632a84d1b762f432411f9a0ddd.tar.gz
cpython-11b91a0ea33fc4632a84d1b762f432411f9a0ddd.tar.bz2
Added socket.getservbyport(), and make its second argument and that of
getservbyname() optional. Update the tests and the docs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 41a79c8..138afe2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -231,6 +231,9 @@ Core and builtins
Extension modules
-----------------
+- Added socket.getservbyport(), and make the second argument in
+ getservbyname() and getservbyport() optional.
+
- time module code that deals with input POSIX timestamps will now raise
ValueError if more than a second is lost in precision when the
timestamp is cast to the platform C time_t type. There's no chance