We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7aa7d commit 4a1b83dCopy full SHA for 4a1b83d
unpythonic/net/server.py
@@ -104,6 +104,11 @@
104
The `socketserverREPL` package uses the same default, and actually its
105
`repl_tool.py` can talk to this server (but doesn't currently feature
106
remote tab completion).
107
+
108
+The default port for the control channel is 8128, because it's for
109
+*completing* things, and https://en.wikipedia.org/wiki/Perfect_number
110
+This is the first one above 1024, and was already known to Nicomachus
111
+around 100 CE.
112
"""
113
114
# TODO: use logging module instead of server-side print
0 commit comments