]> granicus.if.org Git - python/commit
Issue #10819: SocketIO.name property returns -1 when its closed, instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 11:00:45 +0000 (11:00 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 11:00:45 +0000 (11:00 +0000)
commitc3a51ecb8518540625034ff07f9d518e0f84e7ac
tree385ce77578dfe018983aefc822158a04c7709449
parent8848c7a37f929b471267bd893f91c3b818fafce0
Issue #10819: SocketIO.name property returns -1 when its closed, instead of
raising a ValueError, to fix repr().
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS