Skip to content

Commit 4a1b83d

Browse files
committed
update etymology in docstring
1 parent dc7aa7d commit 4a1b83d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unpythonic/net/server.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
The `socketserverREPL` package uses the same default, and actually its
105105
`repl_tool.py` can talk to this server (but doesn't currently feature
106106
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.
107112
"""
108113

109114
# TODO: use logging module instead of server-side print

0 commit comments

Comments
 (0)