Mention getservbyport(). There's no patch number in the CVS log, so I assume Barry wrote the code.

This commit is contained in:
Andrew M. Kuchling 2004-12-01 00:57:12 +00:00
parent aafdc9cb92
commit 3805fe7768
1 changed files with 4 additions and 3 deletions

View File

@ -1422,9 +1422,10 @@ sidestep the checking and if you were unlucky Python could segfault.
Python 2.4's regular expression engine can match this pattern without Python 2.4's regular expression engine can match this pattern without
problems. problems.
\item A new \function{socketpair()} function, returning a pair of \item Two new functions were added to the \module{socket} module.
connected sockets, was added to the \module{socket} module. \function{socketpair()} returns a pair of connected sockets and
(Contributed by Dave Cole.) \function{getservbyport(\var{port})} looks up the service name for a
given port number. (Contributed by Dave Cole and Barry Warsaw.)
\item The \function{sys.exitfunc()} function has been deprecated. Code \item The \function{sys.exitfunc()} function has been deprecated. Code
should be using the existing \module{atexit} module, which correctly should be using the existing \module{atexit} module, which correctly