[Python-checkins] python/dist/src/Misc NEWS,1.1011,1.1012

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sun Jun 27 20:50:46 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13892/Misc

Modified Files:
	NEWS 
Log Message:
Added socket.getservbyport(), and make its second argument and that of
getservbyname() optional.  Update the tests and the docs.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1011
retrieving revision 1.1012
diff -C2 -d -r1.1011 -r1.1012
*** NEWS	27 Jun 2004 16:51:46 -0000	1.1011
--- NEWS	28 Jun 2004 00:50:42 -0000	1.1012
***************
*** 232,235 ****
--- 232,238 ----
  -----------------
  
+ - 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




More information about the Python-checkins mailing list