No subject


Mon Oct 12 01:15:06 PDT 2009


"""
All data processing must take place in a function handle_connection that takes at least one parameter and up to two:

def handle_connection(client_sock, stuff=None):

and returns a tuple (close_flag, stuff), 
"""

It seems like I can't win -- if I specify something in good detail (up to and
including functioning example code...) then that's ignored by some, while the
rest of you complain that I *didn't* specify something else in enough detail ;)

--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2009 mailing list