]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_socket's test for socket.getfqdn() to also accept the result from
authorBrett Cannon <bcannon@gmail.com>
Sat, 12 Mar 2005 06:15:56 +0000 (06:15 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 12 Mar 2005 06:15:56 +0000 (06:15 +0000)
commite3fa0611a99d101ffa459221fa3a44f4110834b5
tree08a200996928dc123e59d96cb86e352b88c3ce50
parentc13c04007d9ab67c5f0dad3486469085fe35c1b2
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.
Doc/lib/libsocket.tex
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS