Skip to content

Commit

Permalink
3rd commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai committed Aug 29, 2013
1 parent 52c5533 commit 20a3141
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions echoserver.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-
#Echo Server with Forking - Chapter 20 - echoserver.py
#Compare to echo server in Chapter 3
'''
Created on 2013年8月29日
@author: kai
'''
import socket, traceback, os, sys

0 comments on commit 20a3141

Please sign in to comment.