]> granicus.if.org Git - python/commit
Correct API design mistake from rev. 43126: make socket attributes readonly properties.
authorGeorg Brandl <georg@python.org>
Tue, 21 Mar 2006 18:17:25 +0000 (18:17 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 21 Mar 2006 18:17:25 +0000 (18:17 +0000)
commitbb03ac0dae9830968ae971ab53143e2d539d7a3a
treecb6f196ec6c3933a1b064e500cbf81355566c5c7
parent9ca8789ee39880199990ed964b6af0369c4294c1
Correct API design mistake from rev. 43126: make socket attributes readonly properties.
Doc/lib/libsocket.tex
Lib/socket.py
Lib/test/test_socket.py