[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.35, 1.1193.2.36

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Mar 12 07:16:00 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Fix test_socket's test for socket.getfqdn() to also accept the result from
socket.gethostname() as a valid return value.

Also clarified the docs as they were a little hazy on the subject matter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.35
retrieving revision 1.1193.2.36
diff -u -d -r1.1193.2.35 -r1.1193.2.36
--- NEWS	11 Mar 2005 17:20:43 -0000	1.1193.2.35
+++ NEWS	12 Mar 2005 06:15:56 -0000	1.1193.2.36
@@ -22,6 +22,14 @@
   #1110478: revert os.environ.update to do putenv again).
 
 
+Tests
+-----
+
+- Fix the test for socket.getfqdn() in test_socket to also consider the host
+  name returned by socket.gethostname() a valid return value for getfqdn().
+  Also clarified the wording of docs and docstring that this is the case.
+
+
 What's New in Python 2.4.1c1?
 =============================
 



More information about the Python-checkins mailing list