]> granicus.if.org Git - python/commit
Follow-up of r67300: correct a failure in socket.makefile().
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 20 Nov 2008 23:15:52 +0000 (23:15 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 20 Nov 2008 23:15:52 +0000 (23:15 +0000)
commit9d24ff027fe93e702d95d95dd520096d4c5a9fc2
treef8bfa79c552858445f7bb8284c6b41b8dfe5e3ef
parent304da2113892eb1a96c7976b44891bb3396c8adc
Follow-up of r67300: correct a failure in socket.makefile().
SocketIO objects now always have 'name' and 'mode' attributes.
Lib/socket.py
Lib/test/test_socket.py