mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merge socket howto fixes from 3.4.
This commit is contained in:
commit
7b2ecc40a9
1 changed files with 3 additions and 3 deletions
|
|
@ -180,7 +180,7 @@ righter than others).
|
|||
Assuming you don't want to end the connection, the simplest solution is a fixed
|
||||
length message::
|
||||
|
||||
class mysocket:
|
||||
class MySocket:
|
||||
"""demonstration class only
|
||||
- coded for clarity, not efficiency
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue