mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
This commit is contained in:
parent
a3fe8e0b9f
commit
856898b395
15 changed files with 188 additions and 143 deletions
|
@ -1,7 +1,9 @@
|
|||
#! /usr/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Remote python client.
|
||||
# Execute Python commands remotely and send output back.
|
||||
"""
|
||||
Remote python client.
|
||||
Execute Python commands remotely and send output back.
|
||||
"""
|
||||
|
||||
import sys
|
||||
from socket import socket, AF_INET, SOCK_STREAM, SHUT_WR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue